Skip to content

Commit

Permalink
feat: Disable SafeNavigationConsistency lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aandreassa committed Oct 24, 2024
1 parent 19dd8c0 commit d971dce
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 d971dce

Please sign in to comment.