rubocop-katalyst 2.0.0 → 2.0.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: e750b4c719c39526276ce85557d2fa953130f440d113619f1348a8cf98fde5f1
4
- data.tar.gz: 3263ad867d1e322185d4e8cbcf2f56bc893f0eed2a368debadac7cecf6391b32
3
+ metadata.gz: 36ba8278b8c5a7f5029936127ede1df6d2ce0bba060a147fff84d0065f456d20
4
+ data.tar.gz: ab76377879e0638dfd66d99b8255764b8aa63a974e512bcbe9c35915ea8ae054
5
5
  SHA512:
6
- metadata.gz: 25886809eb3a08a17ad02e206fbadc8cbf8d7b86f7e5f5dc0ba4b2a96c769958602999d668a43e3b181c912b41777c828364562bcde69623b79f52c0beb0d181
7
- data.tar.gz: 4670dea507d6782b16d1198bcf12a3fcb00eacb60457a1b6a69b8bb9eb7c6ef31a316786110059fe10bd313e58e92332a53a26f8e4aed1435e9e59a7e931a4be
6
+ metadata.gz: 36c78b67171c2d243d96703548f99c2a377b08f71a8414745f842217eb05d36fb513d35990b8214734fafdf6118bfc5a9c92e2e9165b4e643447e50b52776489
7
+ data.tar.gz: 58ede43e22f71d6e0c97fe769e60b577b0c56b76707d717c8e7679c3ec9d0f78382fc2877230f62ae8593cca19f998102199e6cde54e97b4a7db892c9b7eb022
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [2.0.0] - 2024-06-12
2
+
3
+ - Update ruby syntax to 3.3
4
+ - Update rubocop-rails to 3.0
5
+ - See rubocop-rails upgrade notes for more details
6
+
1
7
  ## [1.1.0] - 2023-05-19
2
8
 
3
9
  - Add erb_lint rake task and config (optional dependency)
data/README.md CHANGED
@@ -64,7 +64,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
64
64
 
65
65
  ## Contributing
66
66
 
67
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rubocop-katalyst. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/katalyst/rubocop-katalyst/blob/main/CODE_OF_CONDUCT.md).
67
+ Bug reports and pull requests are welcome on GitHub at https://github.com/katalyst/rubocop-katalyst. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/katalyst/rubocop-katalyst/blob/main/CODE_OF_CONDUCT.md).
68
68
 
69
69
  ## License
70
70
 
data/config/default.yml CHANGED
@@ -29,7 +29,8 @@ AllCops:
29
29
  Exclude:
30
30
  - .git/**/*
31
31
  - node_modules/**/*
32
- - vendor/bundle/**/*
32
+ - tmp/**/*
33
+ - vendor/**/*
33
34
  NewCops: enable
34
35
  TargetRubyVersion: 3.3
35
36
 
@@ -21,10 +21,12 @@ Metrics/AbcSize:
21
21
  Enabled: false
22
22
 
23
23
  Metrics/BlockLength:
24
- CountComments: true # count full line comments?
24
+ CountComments: false # count full line comments?
25
25
  Max: 25
26
26
  Exclude:
27
27
  - "config/environments/*" # rails environment configuration
28
+ - "config/routes.rb"
29
+ - "config/routes/*"
28
30
  - "spec/**/*"
29
31
 
30
32
  Metrics/CyclomaticComplexity:
@@ -13,6 +13,7 @@ RSpec/ContextWording:
13
13
  - without
14
14
 
15
15
  RSpec/ExampleLength:
16
+ CountAsOne: ["array", "heredoc", "method_call"]
16
17
  Exclude:
17
18
  - spec/features/**/*
18
19
  - spec/system/**/*
data/package.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "autocorrect": "prettier --write *.json app/assets/javascripts app/assets/stylesheets"
6
6
  },
7
7
  "devDependencies": {
8
- "prettier": "2.7.1"
8
+ "prettier": "3.3.2"
9
9
  }
10
10
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-katalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-12 00:00:00.000000000 Z
11
+ date: 2024-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.5.9
179
+ rubygems_version: 3.5.11
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: Code standards for Katalyst