.rubocop.yml in autoproj-2.11.0 vs .rubocop.yml in autoproj-2.12.0

- old
+ new

@@ -15,13 +15,10 @@ IgnoreClassMethods: true Naming/PredicateName: Enabled: false -Lint/SplatKeywordArguments: - Enabled: false - Style/FrozenStringLiteralComment: Enabled: false Style/AccessModifierDeclarations: EnforcedStyle: inline @@ -31,26 +28,26 @@ - lib/autobuild/import/git-lfs.rb Metrics/ParameterLists: Enabled: false -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: AllowedNames: [io, id, to, by, on, in, at, ip, db, ws] -Layout/AlignParameters: +Layout/ParameterAlignment: Enabled: false Layout/DotPosition: Enabled: false -Layout/IndentFirstArgument: +Layout/FirstArgumentIndentation: Enabled: false -Layout/IndentAssignment: +Layout/AssignmentIndentation: Enabled: false Layout/IndentationWidth: Enabled: false @@ -100,10 +97,10 @@ Enabled: false Style/StringLiterals: Enabled: false -Layout/IndentHeredoc: +Layout/HeredocIndentation: Enabled: false Metrics/LineLength: Max: 90 Exclude: