Skip to content

Commit

Permalink
ameba: ignore Naming/BlockParameterName and
Browse files Browse the repository at this point in the history
Naming/BinaryOperatorParameterName rules
  • Loading branch information
mamantoha committed Nov 13, 2023
1 parent e490e64 commit 16c83c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ Naming/AccessorMethodName:

Lint/SpecFilename:
Enabled: false

Naming/BlockParameterName:
Enabled: false

Naming/BinaryOperatorParameterName:
Enabled: false

0 comments on commit 16c83c7

Please sign in to comment.