Skip to content

Commit

Permalink
chore: update ameba configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Sep 18, 2023
1 parent e360c2a commit 33243a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@ Globs:
- src/**/*.cr
- spec/**/*.cr

Layout/TrailingWhitespace:
Enabled: false

Lint/NotNil:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.4.0
version: ~> 1.5.0

crystalline:
main: src/cling.cr
Expand Down

0 comments on commit 33243a2

Please sign in to comment.