mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Rubocop: Disable Lint/AmbiguousBlockAssociation in main config
This commit is contained in:
@@ -20,6 +20,13 @@ Style/Documentation:
|
||||
Style/StringLiterals:
|
||||
Enabled: false
|
||||
|
||||
# Suggested settings
|
||||
# These are still to be decided upon, but recommended for inclusion by
|
||||
# oeoeaio after scrutinising offenses the codebase
|
||||
|
||||
Lint/AmbiguousBlockAssociation:
|
||||
Enabled: false
|
||||
|
||||
# Relaxed.Ruby.Style settings
|
||||
# These styles are a starting point for the conversation around conventions
|
||||
# They should be removed or moved above + tweaked as decisions are made
|
||||
|
||||
@@ -14,10 +14,6 @@ Bundler/OrderedGems:
|
||||
Exclude:
|
||||
- 'Gemfile'
|
||||
|
||||
# Offense count: 113
|
||||
Lint/AmbiguousBlockAssociation:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 48
|
||||
Lint/AmbiguousOperator:
|
||||
Enabled: false
|
||||
|
||||
Reference in New Issue
Block a user