We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lint/SpecFilename
1 parent 5c05dab commit 7f6a26bCopy full SHA for 7f6a26b
.ameba.yml
@@ -72,9 +72,13 @@ Lint/RandZero:
72
Lint/ShadowingOuterLocalVar:
73
Enabled: false
74
75
-# TODO: Investigate file names and move to data directories.
76
Lint/SpecFilename:
77
- Enabled: false
+ Excluded:
+ - spec/compiler/data/**/*
78
+ - spec/compiler/lexer/lexer_objects/strings.cr
79
+ - spec/debug/**/*
80
+ - spec/llvm-ir/**/*
81
+ - spec/std/float_printer/ryu_printf_test_cases.cr
82
83
# BUG: https://github.com/crystal-ameba/ameba/issues/612
84
Lint/TopLevelOperatorDefinition:
0 commit comments