diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index bad15147fa..091daf83ec 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -371,8 +371,10 @@ Metrics/PerceivedComplexity: # allow those that are standard # TODO: try to remove some of these Naming/MethodParameterName: + inherit_mode: + merge: + - AllowedNames AllowedNames: - - "_" - "a" - "b" - "cc" @@ -384,14 +386,12 @@ Naming/MethodParameterName: - "ff" - "fn" - "id" - - "io" - "o" - "p" - "pr" - "r" - "rb" - "s" - - "to" - "v" # GitHub diff UI wraps beyond 118 characters