armitage-rubocop 1.26.1 → 1.26.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4342c7fc178b192f5f9278f4590d7a5ff351f28f2e8bf9385fd623fc1dd5750
4
- data.tar.gz: 9eee0ca03b108c5201d4e546875056413dbe441edddf94f4ead4da1077716392
3
+ metadata.gz: c85fdaa3e491845353e14bb772c02c5b0aa4eb4aeca60059be9cec94175884ea
4
+ data.tar.gz: 6586ec4070318fb4da748321e0be3e9efc1254b7241398ab9addab33461b8d23
5
5
  SHA512:
6
- metadata.gz: 2b4640dfcd20234d0a09f66ab57f16443928a652daa735ea4cbca6451804d4bae4206179bd355b62d0e9f48642cf9e5bed008a2f029202f43e187e8e52b94192
7
- data.tar.gz: '0087260b24975b9e09371228788f5eff42f0e745392c7abcf7b9ad1646fe4ffcb69a4875409972cb80f8a1423a899213e8daa40847bf4c47296979c1d89684f2'
6
+ metadata.gz: e3f90b27fca2d902da00b86cf83eb8eed9f53f20ff7fdfb3f0211e197df7fbae148fbeb0ef0d24f533939794663134c8f392bf7a174ce56902d62c31592bb7b8
7
+ data.tar.gz: 0a714cea6fd4cec5a91cf992f30ea2fd5be9534d5164d11bc7846b57cdee8ac61c6c92186bb4070fdd97bf4f7dcee97249d27a73fa7e2fd76873724441ee3547
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- armitage-rubocop (1.26.1)
4
+ armitage-rubocop (1.26.1.1)
5
5
  rubocop (= 1.26.1)
6
6
  rubocop-performance (= 1.13.3)
7
7
  rubocop-rails (= 2.14.2)
data/Rakefile CHANGED
@@ -22,7 +22,6 @@ end
22
22
  ARMITAGE_RUBOCOP_PATH = Pathname.new(__FILE__).join('../.rubocop.yml')
23
23
  NON_CHECKABLE_COPS = %w[Rails].freeze # NOTE: Global "Rails" cop has only `Enabled` option
24
24
 
25
- # rubocop:disable Rails/RakeEnvironment
26
25
  namespace :armitage_rubocop do
27
26
  desc 'Full armitage-rubocop build (code style, cops validation, yaml validation)'
28
27
  task :build do
@@ -93,6 +92,4 @@ namespace :armitage_rubocop do
93
92
  end
94
93
  end
95
94
  end
96
- # rubocop:enable Rails/RakeEnvironment
97
-
98
95
  task default: :rubocop
@@ -4,7 +4,7 @@ lib = File.expand_path('lib', __dir__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.version = '1.26.1'
7
+ spec.version = '1.26.1.1'
8
8
 
9
9
  spec.name = 'armitage-rubocop'
10
10
  spec.license = 'MIT'
data/lib/rspec/rspec.yml CHANGED
@@ -269,10 +269,6 @@ RSpec/VerifiedDoubles:
269
269
  IgnoreNameless: true
270
270
  IgnoreSymbolicNames: false
271
271
 
272
- RSpec/VerifiedDoubleReference:
273
- Enabled: true
274
- EnforcedStyle: constant
275
-
276
272
  RSpec/VoidExpect:
277
273
  Enabled: true
278
274
 
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: 1.26.1
4
+ version: 1.26.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Ibragimov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-06 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop