simplycop 2.28.0 → 2.30.2

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: 74fa16e0092bccff7fb6d9c155a91ce9e7ddc16dfa6644407818cc4c56e7e2b7
4
- data.tar.gz: 4c653971b25ef01c449a3ad851f561ee6340f6280d37920dc643ee5c42f23dbc
3
+ metadata.gz: 5a43b59674839f367ea0a05adeb2005dc4426a066a900deb4d5f023ba918533d
4
+ data.tar.gz: 7bf3be4136274de488822b290f421287476ec2fd781a37bae06a7fe3552da931
5
5
  SHA512:
6
- metadata.gz: d326ef891068bbf5e1317c668057043f9ef6826f669655827ed2659c05acb3f2f265e2ee106b817c8059e3a5e79ca4b2f9fac20d114bd3c06bbbe3edd9c55f3e
7
- data.tar.gz: 9de62c734b3fb646b67564949367652fb8e420bce01bdac00382609a595ab8d0e7da1ed5def57ac38548a46d947ddb085fd780b2eda58cae26bb4e229d82b0d1
6
+ metadata.gz: 3c4a2c0ae6cf6cd963d4b0ad7932e9daba5d3d50b9614ad132dab3c56916f60005978055afd50cd8f021b6a22aadebb549317093dd51672d3c1a2775efbb200e
7
+ data.tar.gz: 3a1a43234bf95b0d6886f77dc4e9f40cd1c385e47d6d2c259c4bdad0bcd6b96d4512f9bc453aa3b6339c454f82fa5d6b83902a0d479d967cea50771acd74fdac
@@ -24,3 +24,4 @@ jobs:
24
24
  gem push *.gem
25
25
  env:
26
26
  GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
27
+
data/.rubocop.yml CHANGED
@@ -4,6 +4,7 @@ inherit_from:
4
4
  - .simplycop_factory_bot.yml
5
5
  - .simplycop_performance.yml
6
6
  - .simplycop_rails.yml
7
+ - .simplycop_rake.yml
7
8
  - .simplycop_rspec.yml
8
9
  - .simplycop_rspec_rails.yml
9
10
 
@@ -0,0 +1,13 @@
1
+ plugins: rubocop-rake
2
+
3
+ Rake/ClassDefinitionInTask:
4
+ Enabled: true
5
+
6
+ Rake/Desc:
7
+ Enabled: false
8
+
9
+ Rake/DuplicateNamespace:
10
+ Enabled: true
11
+
12
+ Rake/DuplicateTask:
13
+ Enabled: true
data/.simplycop_style.yml CHANGED
@@ -247,9 +247,9 @@ Style/ExplicitBlockArgument:
247
247
  Style/ExponentialNotation:
248
248
  Enabled: false
249
249
 
250
- # Overridden to false in Chopin
251
250
  Style/FetchEnvVar:
252
251
  Enabled: true
252
+ AutoCorrect: disabled
253
253
 
254
254
  Style/FileEmpty:
255
255
  Enabled: true
data/README.md ADDED
@@ -0,0 +1 @@
1
+ docs/index.md
data/catalog-info.yaml CHANGED
@@ -8,7 +8,7 @@ metadata:
8
8
  simplybusiness.com/bnw-app-name: simplycop
9
9
  simplybusiness.com/sast-scanning: enabled
10
10
  rubygems.org/name: simplycop
11
- rubygems.org/current-version: 2.28.0
11
+ rubygems.org/current-version: 2.30.2
12
12
  spec:
13
13
  type: library
14
14
  lifecycle: production
data/docs/index.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Simplycop
2
2
 
3
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/e7f30894667d4637865cc3374a5529f6)](https://app.codacy.com?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
4
+
3
5
  Provides standard shared rubocop configuration for Simply Business applications. No more copying `.rubocop.yml`, no more out-of-sync configuration files. Yay!
4
6
 
5
7
  ## Table of Contents
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '2.28.0'
10
+ VERSION = '2.30.2'
11
11
  end
data/simplycop.gemspec CHANGED
@@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.add_dependency 'rubocop-factory_bot', '2.27.1'
24
24
  spec.add_dependency 'rubocop-performance', '1.25.0'
25
25
  spec.add_dependency 'rubocop-rails', '2.33.3'
26
+ spec.add_dependency 'rubocop-rake', '0.7.1'
26
27
  spec.add_dependency 'rubocop-rspec', '3.6.0'
27
28
  spec.add_dependency 'rubocop-rspec_rails', '2.31.0'
28
29
  spec.add_development_dependency 'bundler', '>= 2.2.15'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.28.0
4
+ version: 2.30.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-08-28 00:00:00.000000000 Z
10
+ date: 2025-10-01 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rubocop
@@ -93,6 +93,20 @@ dependencies:
93
93
  - - '='
94
94
  - !ruby/object:Gem::Version
95
95
  version: 2.33.3
96
+ - !ruby/object:Gem::Dependency
97
+ name: rubocop-rake
98
+ requirement: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - '='
101
+ - !ruby/object:Gem::Version
102
+ version: 0.7.1
103
+ type: :runtime
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - '='
108
+ - !ruby/object:Gem::Version
109
+ version: 0.7.1
96
110
  - !ruby/object:Gem::Dependency
97
111
  name: rubocop-rspec
98
112
  requirement: !ruby/object:Gem::Requirement
@@ -198,6 +212,7 @@ files:
198
212
  - ".simplycop_naming.yml"
199
213
  - ".simplycop_performance.yml"
200
214
  - ".simplycop_rails.yml"
215
+ - ".simplycop_rake.yml"
201
216
  - ".simplycop_rspec.yml"
202
217
  - ".simplycop_rspec_rails.yml"
203
218
  - ".simplycop_security.yml"
data/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Simplycop
2
-
3
- Provides standard shared rubocop configuration for Simply Business applications. No more copying `.rubocop.yml`, no more out-of-sync configuration files. Yay!
4
-
5
- See [Full docs](docs/index.md)