diff --git a/.hound.yml b/.hound.yml index 1622b14ac..38500c3c7 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,6 +1,6 @@ ruby: config_file: .rubocop.yml - version: 0.72.0 + version: 0.75.0 eslint: enabled: true diff --git a/.rubocop.yml b/.rubocop.yml index 1edaa3623..c625f8f6f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -83,7 +83,7 @@ Naming/FileName: Enabled: false Exclude: [] -Layout/FirstParameterIndentation: +Layout/IndentFirstArgument: EnforcedStyle: consistent Style/For: