Skip to content

Commit

Permalink
update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Sep 24, 2024
1 parent 08deeff commit 39eae2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Style/NegatedConditionsInUnless:
Naming/BlockParameterName:
Enabled: false

# exclude all files in vendor/cache
Globs:
- "**/*.cr"
- "!lib"
- "!spec/acceptance/acceptance.cr"
- "!vendor"
- "!tmp"

0 comments on commit 39eae2b

Please sign in to comment.