Exclude spec/parsers_helper from Lint/SpecFilename
False positive
This commit is contained in:
parent
76ab51e219
commit
8575794bad
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ Lint/ShadowingOuterLocalVar:
|
|||
Lint/NotNil:
|
||||
Enabled: false
|
||||
|
||||
Lint/SpecFilename:
|
||||
Excluded:
|
||||
- spec/parsers_helper.cr
|
||||
|
||||
|
||||
#
|
||||
# Style
|
||||
|
|
Loading…
Reference in a new issue