gl_rubocop 0.2.17 → 0.2.18

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: '000623795bad5a89e554dbc2774b53e05ff5e032cbda1ae383c328ba4b47b288'
4
- data.tar.gz: 73ba4a320bd8a2f3676cc8b4e491e65c0b4d7cb2605288fc51521c28c2ea9208
3
+ metadata.gz: 1be092e0c904dc4e2ded6a3871c945fbe7678c15c07b9dbfcb680992bd84bb23
4
+ data.tar.gz: 6aa02e9aa764cd51a2e270d1aa2ecbd43386f54a615e3b09ddd5bb586801bc6d
5
5
  SHA512:
6
- metadata.gz: 40220d47e0dfb92de08a9ecf69508a97d6b3cc53699c33cddb590f7a10b5f8681c7ad611c849f9025e040ceefcfc6c24838f4efef70abd0cda3deef5e669be8b
7
- data.tar.gz: c7ad410f1a653213ec1f18e9b8fa1effb8ef895b1d46408985954042364ae4d5a0c9a9e6ba78843e8b1a853bb9c47c901e9342d1c7e02ff09cf26419d4667371
6
+ metadata.gz: 17ceb1644f3a66bff2d1c3ab4a944e580c387ca0dd8afe6ea2ad5566e5d135b687edb6a7e0b35071037fcb1374e7360183dfc68f1f77f875b1d15ece2a8229a4
7
+ data.tar.gz: 3cdf1c2d43ea3e094f2b91fcb76312dcfb698781d2dba5da691f22b6cac157e4f00a9b7548e04624ab426ed9696bb087d1a6a753ba96a9e3d5668b8b8368273a
data/default.yml CHANGED
@@ -72,6 +72,11 @@ I18n/GetText:
72
72
 
73
73
  I18n/RailsI18n:
74
74
  Enabled: true
75
+ Exclude:
76
+ - "spec/**/*"
77
+ - "packs/*/spec/**/*"
78
+ - Gemfile
79
+ - "*.gemspec"
75
80
 
76
81
  Layout/ClassStructure:
77
82
  Enabled: true
data/gl_rubocop.gemspec CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  require_relative 'lib/gl_rubocop/version'
4
4
 
5
- # rubocop:disable I18n/RailsI18n/DecorateString
6
5
  NON_GEM_FILES = ['Gemfile', 'Gemfile.lock', 'Guardfile', 'bin/lint'].freeze
7
6
 
8
7
  Gem::Specification.new do |spec|
@@ -38,4 +37,3 @@ Gem::Specification.new do |spec|
38
37
 
39
38
  spec.metadata['rubygems_mfa_required'] = 'true'
40
39
  end
41
- # rubocop:enable I18n/RailsI18n/DecorateString
@@ -1,3 +1,3 @@
1
1
  module GLRubocop
2
- VERSION = '0.2.17'.freeze
2
+ VERSION = '0.2.18'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gl_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.17
4
+ version: 0.2.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Give Lively
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-03 00:00:00.000000000 Z
11
+ date: 2025-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubygems_version: 3.3.27
180
+ rubygems_version: 3.4.19
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: A shareable configuration of Give Lively's rubocop rules.