Rubocop: Disable Lint/AmbiguousBlockAssociation in main config

This commit is contained in:
Rob Harrington
2017-05-20 12:57:54 +10:00
parent fc5b339e2a
commit fbdbbb980f
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -14,10 +14,6 @@ Bundler/OrderedGems:
Exclude:
- 'Gemfile'
# Offense count: 113
Lint/AmbiguousBlockAssociation:
Enabled: false
# Offense count: 48
Lint/AmbiguousOperator:
Enabled: false