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