rubocop-ogat 1.44.0 → 1.44.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: 4cccdf64b727e08310ce6fd68ac1373f163ee3b9f55880ec8a17d347601c2d26
4
- data.tar.gz: b6e1867c2d1bd0d006aa2b7de410f4c142c0e9cb6b43e164db7411d8e7b63577
3
+ metadata.gz: 8330688b77711e7c38b028fe794ec6c0a6dd09625228ac9f6e00c7df2db03684
4
+ data.tar.gz: 4354fbb6de9565874a8c8f3b9c03e61602aa465c4e96dc53450d030964535268
5
5
  SHA512:
6
- metadata.gz: 26fbdeb8806c36222125f8e5298453919199d9dcd7c49946b46745c929c75d253de1de14653755127ec6c93ac371dab237e5a9ba363e44634f6171c21e07a641
7
- data.tar.gz: 8100617830585f6121b6799f4d906e450f948fee1755666b7592e11733556a829a7796f1f1bc1f7a0d451a63098f603fa892041f37a995eafa43f3c8e6d844d4
6
+ metadata.gz: dc795b9fb9be7fec9bf6c516e46cdb22aed5f499f412b58b398dc8e3824372998aa1488e4c55d4f76209f9b5065f03b9976eeff9d4fa1a8fec1a34f060662146
7
+ data.tar.gz: b1da0b79322f73fce5da84c4943715b2dd6ef6e7c8c1864120f0773d016b52c97c7904cb8c8f398876a04b6e9e2a3d8372f10bc58cf835459b74fcfe823bf50f
@@ -56,6 +56,9 @@ Layout/ClassStructure:
56
56
  - protected_methods
57
57
  - private_methods
58
58
 
59
+ Layout/LineLength:
60
+ AutoCorrect: true
61
+
59
62
  Layout/MultilineAssignmentLayout:
60
63
  EnforcedStyle: new_line
61
64
 
@@ -83,9 +86,6 @@ Metrics/BlockLength:
83
86
  - 'config/routes.rb'
84
87
  - 'db/migrate/**/*'
85
88
  - 'spec/**/*.rb'
86
-
87
- Metrics/LineLength:
88
- AutoCorrect: true
89
89
 
90
90
  Metrics/MethodLength:
91
91
  Exclude:
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  # Define version info for the gem
5
5
  module Ogat
6
- VERSION = '1.44.0'
6
+ VERSION = '1.44.1'
7
7
  public_constant :VERSION
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ogat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.44.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes