Skip to content

Commit

Permalink
fix: Disable SafeNavigationConsistency lint (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
aandreassa authored Oct 25, 2024
1 parent 19dd8c0 commit 6bf1cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ Lint/RequireRangeParentheses:
Lint/RequireRelativeSelfPath:
Enabled: true

# Could be problematic for code refactoring, and overall not very useful.
Lint/SafeNavigationConsistency:
Enabled: false

# Added in Rubocop 1.9
Lint/SymbolConversion:
Enabled: true
Expand Down

0 comments on commit 6bf1cbc

Please sign in to comment.