Skip to content

Commit

Permalink
.coafile: Ignore links in LineLength
Browse files Browse the repository at this point in the history
Some files need to add links in documentation comments.
This added an ignore regex which checks if http:// or
https:// is used in the line.
  • Loading branch information
AbdealiLoKo committed Apr 26, 2016
1 parent 71fe9b5 commit f59ca1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ default_actions = PEP8Bear: ApplyPatchAction

[linelength] # Sometimes autopep8 makes too long lines, need to check after!
bears = LineLengthBear
ignore_length_regex = ^.*https?://

[commit]
bears = GitCommitBear
Expand Down

0 comments on commit f59ca1d

Please sign in to comment.