Exclude spec/parsers_helper from Lint/SpecFilename

False positive
This commit is contained in:
syeopite
2024-07-17 12:52:13 -07:00
parent 76ab51e219
commit 8575794bad

View File

@@ -23,6 +23,10 @@ Lint/ShadowingOuterLocalVar:
Lint/NotNil:
Enabled: false
Lint/SpecFilename:
Excluded:
- spec/parsers_helper.cr
#
# Style