Skip to content

Commit

Permalink
chore(ameba): update ameba config
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfox committed Aug 20, 2024
1 parent 2dc4522 commit e2134f2
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,25 @@ Style/PredicateName:
Enabled: false

Lint/LiteralsComparison:
Enabled: false
Enabled: false

Naming/BlockParameterName:
Enabled: false

Naming/AccessorMethodName:
Enabled: false

Naming/PredicateName:
Enabled: false

Documentation/DocumentationAdmonition:
Enabled: false

Lint/SpecFilename:
Excluded:
- spec/controllers/helpers/*
- spec/migration/**/*

Lint/UselessAssign:
Excluded:
- spec/**/*

0 comments on commit e2134f2

Please sign in to comment.