scc-codestyle 0.6.3 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8b73f92d08a8729622d4a0c1e922b852b80b846fe265c7c81084af79e48d3c8
4
- data.tar.gz: 61e777eb6409252af966edd4a1292e0f34373da15530afa4383e6bc729511164
3
+ metadata.gz: 14078f23274bc321fbaecc6789db3a82bac84a5187215c81ad52b0384b9a14ad
4
+ data.tar.gz: 433cb4aa28a9c8b31adc162981f01441e8b7e71fcdaa366b28c19093a6666f49
5
5
  SHA512:
6
- metadata.gz: b0213ea639598ffc9b1a6a5d7d21f4b526a5ecafd1cb2427201fcc62c6bdfeca468031d5320ce8abf061feb0fff8f2d6c1ce8323ce8339d2f44ce71acdd3b6ab
7
- data.tar.gz: ae693b90a055f982b0fa6c855f8bc5648f885bfdd35cea48ab55a7e488a547b78e08a4d2bc98add8c97d6854389698e895db47713ee94555f0e42c154de4f030
6
+ metadata.gz: 1659b6282da00d738cde0e4b77a0e834bd6f35c443403a2c475f647b0e15b7998f97b5ff2dffbfdc97d9d4cb4226e69be78c1f4686e6c1b630232c408028b53e
7
+ data.tar.gz: e86ab88d4613bf199fbcff252bfc67f21a45fe7b6b86a3ff2b8b9c8c6d92a589a5aca368160c63071ec32e6946fa4833037c88433af8680a88b0b369d3029975
@@ -9,10 +9,10 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- ruby-version: ['2.5', '2.7']
12
+ ruby-version: ['2.5', '2.7', '3.1', '3.2']
13
13
 
14
14
  steps:
15
- - uses: actions/checkout@v2
15
+ - uses: actions/checkout@v3
16
16
  - name: Set up Ruby ${{ matrix.ruby-version }}
17
17
  uses: ruby/setup-ruby@v1
18
18
  with:
@@ -18,10 +18,10 @@ jobs:
18
18
 
19
19
  steps:
20
20
  - uses: actions/checkout@v2
21
- - name: Set up Ruby 2.7
22
- uses: actions/setup-ruby@v1
21
+ - name: Set up Ruby 3.2.2
22
+ uses: ruby/setup-ruby@v1
23
23
  with:
24
- ruby-version: 2.7.6
24
+ ruby-version: '3.2.2'
25
25
 
26
26
  - name: Publish to RubyGems
27
27
  run: |
data/default.yml CHANGED
@@ -117,6 +117,7 @@ Style/GuardClause:
117
117
 
118
118
  Style/HashSyntax:
119
119
  EnforcedStyle: ruby19
120
+ EnforcedShorthandSyntax: never
120
121
 
121
122
  Style/RedundantSelf:
122
123
  Enabled: true
@@ -893,6 +894,7 @@ Lint/UselessRuby2Keywords: # new in 1.23
893
894
  Enabled: true
894
895
  Naming/BlockForwarding: # new in 1.24
895
896
  Enabled: true
897
+ EnforcedStyle: explicit
896
898
  Security/CompoundHash: # new in 1.28
897
899
  Enabled: true
898
900
  Style/EmptyHeredoc: # new in 1.32
@@ -985,12 +987,13 @@ RSpec/NoExpectationExample: # new in 2.13
985
987
  Enabled: true
986
988
  RSpec/VerifiedDoubleReference: # new in 2.10.0
987
989
  Enabled: true
988
- RSpec/Capybara/SpecificFinders: # new in 2.13
990
+ FactoryBot/SyntaxMethods: # new in 2.7
989
991
  Enabled: true
990
- RSpec/Capybara/SpecificMatcher: # new in 2.12
992
+ RSpec/Rails/HaveHttpStatus: # new in 2.12
991
993
  Enabled: true
992
- RSpec/FactoryBot/SyntaxMethods: # new in 2.7
994
+ # Both were moved out from the RSpec namespace
995
+ Capybara/SpecificFinders: # new in 2.13
993
996
  Enabled: true
994
- RSpec/Rails/HaveHttpStatus: # new in 2.12
997
+ Capybara/SpecificMatcher: # new in 2.12
995
998
  Enabled: true
996
999
 
@@ -1,5 +1,5 @@
1
1
  module Scc
2
2
  module Codestyle
3
- VERSION = '0.6.3'.freeze
3
+ VERSION = '0.6.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scc-codestyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SCC Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-18 00:00:00.000000000 Z
11
+ date: 2023-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.1.6
168
+ rubygems_version: 3.4.10
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: SCC style guides and shared style configs.