diff --git a/cops/naming.yml b/cops/naming.yml index b5b95b3..37e3428 100644 --- a/cops/naming.yml +++ b/cops/naming.yml @@ -8,11 +8,14 @@ Naming/InclusiveLanguage: Naming/MethodParameterName: AllowedNames: - # default config from https://docs.rubocop.org/rubocop/1.11/cops_naming.html#configurable-attributes-9 + # default config from https://docs.rubocop.org/rubocop/latest/cops_naming.html#configurable-attributes-namingmethodparametername + - as - at - by + - cc - db - id + - if - in - io - ip