Skip to content

Commit

Permalink
tools: bump too_long_line_length_table to 160, to avoid warnings for …
Browse files Browse the repository at this point in the history
…just `v check-md doc/docs.md` (most common)
  • Loading branch information
spytheman committed Jan 14, 2024
1 parent 33598ca commit 70b9393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/vcheck-md.v
Expand Up @@ -12,7 +12,7 @@ import regex

const too_long_line_length_example = 120
const too_long_line_length_codeblock = 120
const too_long_line_length_table = 120
const too_long_line_length_table = 160
const too_long_line_length_link = 150
const too_long_line_length_other = 100
const term_colors = term.can_show_color_on_stderr()
Expand Down

0 comments on commit 70b9393

Please sign in to comment.