diff --git a/.rubocop.yml b/.rubocop.yml index 6512b37549..cd7a707f89 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 82a82a20d6..2dbf889ef4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -14,10 +14,6 @@ Bundler/OrderedGems: Exclude: - 'Gemfile' -# Offense count: 113 -Lint/AmbiguousBlockAssociation: - Enabled: false - # Offense count: 48 Lint/AmbiguousOperator: Enabled: false