rubocop-katalyst 1.0.2 → 1.0.4

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: 55318c7a3ed8ae4cfc845c5f9d7c779240d2dc0da25b313f120266064ddad57d
4
- data.tar.gz: 804f59d943f70ab0888ac0d45419b18deb0f0c2a7f72f26df3562186ab368a4b
3
+ metadata.gz: 5f7856ab1894339789037570d66597d5c0001d6a4fd28a2a5bb228522e251ed2
4
+ data.tar.gz: 8cda1a7dd1232c75e87ca0d0ff2d05fe229e96e042737ed2839e02973741ec07
5
5
  SHA512:
6
- metadata.gz: 6a961d6f3f0051fc0b26cc2f7bf39f822845e11ba6dd66298f804ae1f38eeec83c4ffd22d4326a5044bef247de8f43934155761fe9466632c03c02bef2392118
7
- data.tar.gz: 3df2de3171be7e27db928c1a731fec393617535c5f61870c0eb17f481921731f2f33107ff9c78b6d5559755efdda6990c5922c6a9a76a73dd56c7b358d4f5b7f
6
+ metadata.gz: fb176b91189adbcaa56fce98ce71de0405d757e4766f1e5119feb63e6e9f3672b4e4bf3aa13c00115b994656f18963fbc694b546ea9ca5499f8e76905cdb4090
7
+ data.tar.gz: 7f9636d40e7accedef362ebfd0e37aaf35f01113f15c8306b2e2b4797949f9d09f1ddde6eca7251e8cb588aa2b2ba171a97ba72bd76e7e9c36a62e9906a3f68d
@@ -1,6 +1,12 @@
1
1
  # Layout configuration overrides
2
2
  # https://docs.rubocop.org/rubocop/1.5/cops_layout.html
3
3
 
4
+ Layout/BeginEndAlignment:
5
+ Description: >-
6
+ Checks whether the end keyword of begin is aligned properly.
7
+ Enabled: true
8
+ EnforcedStyleAlignWith: begin
9
+
4
10
  Layout/ConditionPosition:
5
11
  Description: >-
6
12
  Checks for condition placed in a confusing position relative to
@@ -7,9 +7,6 @@ AllCops:
7
7
  - db/schema.rb
8
8
  - vendor/bundle/**/*
9
9
 
10
- Rails:
11
- TargetRailsVersion: ">= 6.0"
12
-
13
10
  Rails/ActionFilter:
14
11
  Description: 'Enforces consistent use of action filter methods.'
15
12
  Enabled: false
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Katalyst
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.4"
6
6
  end
7
7
  end
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: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-02 00:00:00.000000000 Z
11
+ date: 2022-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.3.7
135
+ rubygems_version: 3.1.6
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: Code standards for Katalyst