Skip to content

Commit 7f6a26b

Browse files
Enable ameba rule Lint/SpecFilename (#16223)
1 parent 5c05dab commit 7f6a26b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.ameba.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,13 @@ Lint/RandZero:
7272
Lint/ShadowingOuterLocalVar:
7373
Enabled: false
7474

75-
# TODO: Investigate file names and move to data directories.
7675
Lint/SpecFilename:
77-
Enabled: false
76+
Excluded:
77+
- 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
7882

7983
# BUG: https://github.com/crystal-ameba/ameba/issues/612
8084
Lint/TopLevelOperatorDefinition:

0 commit comments

Comments
 (0)