carwow_rubocop 1.0.0 → 2.0.0

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
  SHA1:
3
- metadata.gz: ee099895febbc685067257492809bbdd23a92f44
4
- data.tar.gz: 2de2f934dbe64d5709911deb5a5ef3cb680e5aa5
3
+ metadata.gz: 6f812899f3ecf3e26ad304f7c8e2a6881e650f7e
4
+ data.tar.gz: d5cbaf1567e07eb6aa6e2833bd37dc50a9eed989
5
5
  SHA512:
6
- metadata.gz: b31e8cadc5b8fc332be7d6100dec408e2262b25c64f7b5afb5d935634a0dc66f8f5ddbe91ee3afba640ec04b0f8907112294d74faa76457a64972630a649d931
7
- data.tar.gz: 1b1aeba1be7da889241f983b2a5636d5bb2a234884ba8544f4bbdc582b7061e1b77ed3aa8f5ff50ab14d8a54071e3748f8bf685266fb66ac622b23d7a40d9358
6
+ metadata.gz: 453aa857cb0394899a054fdda174ec87f5d471e7c71c0d68b0f3e22cc581429ba4e1c8ab0e22fc89ac005db85b0740845eeca6de4f8b2814107266c99f44fb2c
7
+ data.tar.gz: f15b38027448d0c60b8802d08d39ae095ffeb509d862fec0f1848246801bf6088d0c85838224339b68a8d0c87f401c8c7513805c47a419d07af76676f2a4673a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carwow_rubocop (0.1.3)
4
+ carwow_rubocop (2.0.0)
5
5
  rubocop (~> 0.58)
6
6
  rubocop-rspec (~> 1.28)
7
7
 
@@ -38,4 +38,4 @@ DEPENDENCIES
38
38
  rake (~> 10.0)
39
39
 
40
40
  BUNDLED WITH
41
- 1.16.1
41
+ 1.16.3
data/default.yml CHANGED
@@ -6,7 +6,7 @@ AllCops:
6
6
  Exclude:
7
7
  - 'Rakefile'
8
8
  - 'vendor/**/*'
9
- - 'db/*'
9
+ - 'db/schema*'
10
10
  - 'node_modules/**/*'
11
11
  - 'bin/*'
12
12
  - 'tmp/*'
@@ -34,7 +34,7 @@ Metrics/BlockLength:
34
34
  - 'config/routes.rb'
35
35
  - 'spec/**/*'
36
36
  - '**/*.rake'
37
- - 'config/environments/production.rb'
37
+ - 'config/environments/*.rb'
38
38
 
39
39
  Style/Documentation:
40
40
  Enabled: false
@@ -47,3 +47,6 @@ Style/DoubleNegation:
47
47
 
48
48
  Layout/MultilineMethodCallIndentation:
49
49
  Enabled: false
50
+
51
+ LineLength:
52
+ Max: 120
@@ -1,3 +1,3 @@
1
1
  module CarwowRubocop
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '2.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carwow_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - carwow Developers