diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e0d2e80c1..f8fc7d787 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -252,6 +252,18 @@ Security/YAMLLoad: Exclude: - 'lib/cucumber/cli/profile_loader.rb' +# Offense count: 5 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols. +# SupportedStyles: inline, group +Style/AccessModifierDeclarations: + Exclude: + - 'lib/cucumber/cli/options.rb' + - 'lib/cucumber/filters/activate_steps.rb' + - 'lib/cucumber/formatter/pretty.rb' + - 'lib/cucumber/formatter/progress.rb' + - 'lib/cucumber/multiline_argument/data_table.rb' + # Offense count: 3 Style/ClassVars: Exclude: