armitage-rubocop 0.75.1 → 0.76.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a9bb93f44a56aa6bbe1ad096672b7a1a8cca7fb743100dd97b44d7ab8da890f
4
- data.tar.gz: 991c614afd1f0c5f3afecf23bc73e9e74b0a44b248ace1c38ae8c2909d9202d6
3
+ metadata.gz: f3670db999cebbf5e808cb4ecd59a3d79fc9eea8a12662ef672c3bf1e5d82e44
4
+ data.tar.gz: 9f38b7301241ef19c153b7d9bafddf2c06f42e6957494f41d1bf5581ecb015ba
5
5
  SHA512:
6
- metadata.gz: 0c8c8e02e63a9d71b00511dcf846906c34fad1ab99e513c74278686d7d88c896b40acf353f1eb62c42990aeff95472f23f730c03958c90f10775ba51f8806f14
7
- data.tar.gz: cac215e8d1d72fec23d4daf156d9247da04858f112e1fe85f1fdffd0de6b337bcb774f931ccdf43c83201716ff519f83196fa4ae9d66914a8b89093dc659e374
6
+ metadata.gz: b321851c8a3777cd543839d19de420b944c102a0b92461f4a3cb51a229750f6249db6862d2fcf8a9fd5f7fa910ac14ddcbabe87ec7b8f8d0b1cc3707633188bd
7
+ data.tar.gz: 51e12a44898d602cf4fae4246e3d990fae11be28f325558f75412dfb1816dbf6a428b57452ac99e4dc03e6976b059540112c52c4871d150d0b42dbd0fef46997
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'armitage-rubocop'
8
- spec.version = '0.75.1'
8
+ spec.version = '0.76.0'
9
9
  spec.license = 'MIT'
10
10
  spec.authors = ['Rustam Ibragimov']
11
11
  spec.email = ['iamdaiver@icloud.com']
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
21
  end
22
22
 
23
- spec.add_dependency 'rubocop', '= 0.75.1'
23
+ spec.add_dependency 'rubocop', '= 0.76.0'
24
24
  spec.add_dependency 'rubocop-performance', '= 1.5.0'
25
25
  spec.add_dependency 'rubocop-rails', '= 2.3.2'
26
26
  spec.add_dependency 'rubocop-rspec', '= 1.36.0'
@@ -200,16 +200,16 @@ Lint/UnderscorePrefixedVariableName:
200
200
  Lint/UnifiedInteger:
201
201
  Enabled: true
202
202
 
203
- Lint/UnneededCopDisableDirective:
203
+ Lint/RedundantCopDisableDirective:
204
204
  Enabled: true
205
205
 
206
- Lint/UnneededCopEnableDirective:
206
+ Lint/RedundantCopEnableDirective:
207
207
  Enabled: true
208
208
 
209
- Lint/UnneededRequireStatement:
209
+ Lint/RedundantRequireStatement:
210
210
  Enabled: true
211
211
 
212
- Lint/UnneededSplatExpansion:
212
+ Lint/RedundantSplatExpansion:
213
213
  Enabled: true
214
214
 
215
215
  Lint/UnreachableCode:
@@ -50,6 +50,18 @@ Naming/UncommunicativeMethodParamName:
50
50
  Enabled: true
51
51
  MinNameLength: 1
52
52
  AllowNamesEndingInNumbers: true
53
+ AllowedNames:
54
+ - 'io'
55
+ - 'id'
56
+ - 'to'
57
+ - 'by'
58
+ - 'on'
59
+ - 'in'
60
+ - 'at'
61
+ - 'ip'
62
+ - 'db'
63
+ - 'os'
64
+ ForbiddenNames: []
53
65
 
54
66
  Naming/VariableName:
55
67
  Enabled: true
@@ -522,19 +522,19 @@ Style/TrivialAccessors:
522
522
  Style/UnlessElse:
523
523
  Enabled: false
524
524
 
525
- Style/UnneededCapitalW:
525
+ Style/RedundantCapitalW:
526
526
  Enabled: true
527
527
 
528
- Style/UnneededCondition:
528
+ Style/RedundantCondition:
529
529
  Enabled: true
530
530
 
531
- Style/UnneededInterpolation:
531
+ Style/RedundantInterpolation:
532
532
  Enabled: true
533
533
 
534
- Style/UnneededPercentQ:
534
+ Style/RedundantPercentQ:
535
535
  Enabled: true
536
536
 
537
- Style/UnneededSort:
537
+ Style/RedundantSort:
538
538
  Enabled: true
539
539
 
540
540
  Style/UnpackFirst:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: armitage-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.1
4
+ version: 0.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Ibragimov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-16 00:00:00.000000000 Z
11
+ date: 2019-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.75.1
19
+ version: 0.76.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.75.1
26
+ version: 0.76.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-performance
29
29
  requirement: !ruby/object:Gem::Requirement