rubocop-ogat 1.24.2 → 1.24.3

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: 1cb075943a4dfab2859dc95b7179cf857c6cb305855fbddcaa07fb9350803356
4
- data.tar.gz: 9a350afb9236abd00a7fc2686d26c6449214f79c012bc2169322bfcf828ff22d
3
+ metadata.gz: fcb1ef462e91383c20dad915568c16c97709258309317d16879ec479375c65db
4
+ data.tar.gz: df511b0653d51afe840ecad14fb0798895605f5f3a0d2651db59a793859f6e84
5
5
  SHA512:
6
- metadata.gz: 38fe20884251a1fedb209e5f4b1a1b1f98c52574df16184d1f56cb7bc9c221cbc5abc0ff0c0c690d12a90686fac2edafb9cdd7a62d8ed99b9ad92b10c2560a64
7
- data.tar.gz: 3b4898b049ef3a14989c9b94f12d59a6de96c2d8bf4688647099d5b534669981190f04709e928023b6aa4fe3a9b599a53a414197dce999487be608b838059928
6
+ metadata.gz: 0472d7363460a3539f4965ad7a9fb5b1007aa1ada297c8fc0a33207c478bbf25678006d28fc9a31c2494b595add5c5e257071dec8a24672cfdb61acd08681efe
7
+ data.tar.gz: 24320bbde68c5847b7e1b8edfb963bdf83bfc4e74e2532c2f14982fcf6bca4d9564f89c5de8b50c47a6cf0fa6738eba4017f870956e2506b67c4bd80aa5f1b54
@@ -78,6 +78,9 @@ Metrics/BlockLength:
78
78
  - 'config/routes.rb'
79
79
  - 'spec/**/*.rb'
80
80
 
81
+ Metrics/LineLength:
82
+ AutoCorrect: true
83
+
81
84
  Style/ClassAndModuleChildren:
82
85
  Enabled: false
83
86
 
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  # Define version info for the gem
5
5
  module Ogat
6
- VERSION = '1.24.2'
6
+ VERSION = '1.24.3'
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.24.2
4
+ version: 1.24.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes