webit-ruby-rubocop 3.1.19 → 3.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/cops/naming.yml +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bec8dd0fa03e387026a1b6b04bab5fd7f3ee25b632e8fa822a9cbb287c1edf60
4
- data.tar.gz: '0489da655ca8999aa6f4ba3df2fca4054fc8ce5858d8f52ef380bffee1e900e8'
3
+ metadata.gz: 94521863c899d7d627de555d48953e2e83f4418ebdddf2fef41457fd276d4056
4
+ data.tar.gz: 2058c950b5fc186a05f6b2c921fd373f99c6ac19d35fc3b01497e1979e395a37
5
5
  SHA512:
6
- metadata.gz: 3a26f35659331c7062eaf3c0092897ec9468efe5f3bf25756e725f558845e7b0f10e7adbe110282e08d83c1ae074bffe394524516026e062a961a43b3eb7d99e
7
- data.tar.gz: a500e0d30e80468103fa6bcc8eb8a75e35e4208f6fce82260ae0a94ad4356ffff87e8a7038037d5e5039f10cb063b41aff6cc840a24e09729f0041514d5a7de7
6
+ metadata.gz: 5da1213109de2cbf521e3db9f34ce598f6d521e267ec950686c5f5a3801c08f0c59cfc9724b57774b05dd6989f235abd1a84dd28ea70b9b9d66b2941723b4f06
7
+ data.tar.gz: e2328b46b7afd580035d4689e180db58c0c78ba2fe0decd4cb75ca0e97d063fd9f60ccd1b7452238808c2f7faef95aa8c4c6d7cd139d19599636c9fd6bde2ab9
data/cops/naming.yml CHANGED
@@ -8,11 +8,14 @@ Naming/InclusiveLanguage:
8
8
 
9
9
  Naming/MethodParameterName:
10
10
  AllowedNames:
11
- # default config from https://docs.rubocop.org/rubocop/1.11/cops_naming.html#configurable-attributes-9
11
+ # default config from https://docs.rubocop.org/rubocop/latest/cops_naming.html#configurable-attributes-namingmethodparametername
12
+ - as
12
13
  - at
13
14
  - by
15
+ - cc
14
16
  - db
15
17
  - id
18
+ - if
16
19
  - in
17
20
  - io
18
21
  - ip
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webit-ruby-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.19
4
+ version: 3.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roland Schwarzer