Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
47 lines (35 loc) · 2.17 KB

LineLengthBear.rst

File metadata and controls

47 lines (35 loc) · 2.17 KB

Yields results for all lines longer than the given maximum line length.

  • All

Settings

Setting Meaning
ignore_length_regex Lines matching each of the regular expressions in this list will be ignored. (Optional, defaults to '()'.)
indent_size Number of spaces per indentation level. (Optional, defaults to '4'.)
max_line_length Maximum number of characters for a line, the newline character being excluded. (Optional, defaults to '79'.)

Can Detect

  • Formatting

License

AGPL-3.0

Authors