Skip to content

Commit

Permalink
ameba: disable Lint/UselessAssign
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jan 3, 2024
1 parent 16c83c7 commit 0d1dc17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Lint/NotNil:
Enabled: true
Severity: Warning

Lint/UselessAssign:
Enabled: false

Lint/DocumentationAdmonition:
Enabled: false

Expand Down

0 comments on commit 0d1dc17

Please sign in to comment.