Skip to content

Commit 39eae2b

Browse files
committed
update linter
1 parent 08deeff commit 39eae2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ameba.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Style/NegatedConditionsInUnless:
2222
Naming/BlockParameterName:
2323
Enabled: false
2424

25+
# exclude all files in vendor/cache
2526
Globs:
2627
- "**/*.cr"
27-
- "!lib"
2828
- "!spec/acceptance/acceptance.cr"
29+
- "!vendor"
30+
- "!tmp"

0 commit comments

Comments
 (0)