sequra-style 1.0.3 → 1.1.0

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: 23fc97e3d67ec047a065c6cc5c403ee17d899bbe927550d9f379dabb05e713b3
4
- data.tar.gz: 81bd3ce3e05771bcb2527190ca66b3c7d96c0ad256859c27d3fbf7c3eff881ae
3
+ metadata.gz: c76e56c81da1b54aba1f0e41caca9e73d641adbbe785189b74f5587b731dba24
4
+ data.tar.gz: 2dd8eae407afec6e2183c56344e4856c80d0c79e1ca653c3f6a4b5d3efbcf8cc
5
5
  SHA512:
6
- metadata.gz: c0fad1b013d1fb4791fa63c81873577af9320aac5b569f39bd0510531689b8b9f10e6963a5e504ea7147fe8972c244f41038a9a1851b41601c29815f7c3d970f
7
- data.tar.gz: 1daca2b616bf1be57f5e6c467aec5fe6b153942efd43ac780c0bf7823d6bcd8807ce88d5d6d74ea01ed248395036411cde4a5e81a114b2ab4c42be375fe49fd3
6
+ metadata.gz: 8f0e0160755f853aaed50659d9dff6ce748724bcf6acdb5bf041098d8647ce55159321bc319f9bd55627a01d386d8a8fafc1dd0bde38951c862c80c4919d5864
7
+ data.tar.gz: 6fa84de9c42f7d1b851f8127176855806809eb5c19cf926cda711206f34b08fe20aadb133a5c4deeebe0d387fefa5b9d8d12302e435dc39ec2f9f5175169034a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.0](https://github.com/sequra/sequra-style/compare/v1.0.3...v1.1.0) (2024-04-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Layout/AccessModifierIndentation ([#22](https://github.com/sequra/sequra-style/issues/22)) ([3fb4ece](https://github.com/sequra/sequra-style/commit/3fb4ecef5ee89e78592f4658b904c84ff98df953))
9
+
3
10
  ## [1.0.3](https://github.com/sequra/sequra-style/compare/v1.0.2...v1.0.3) (2024-03-15)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sequra-style (1.0.3)
4
+ sequra-style (1.1.0)
5
5
  rubocop (~> 1)
6
6
  rubocop-performance (~> 1)
7
7
  rubocop-rails (~> 2)
data/default.yml CHANGED
@@ -58,6 +58,11 @@ Style/NestedModifier:
58
58
  Style/SoleNestedConditional:
59
59
  Enabled: true
60
60
 
61
+ # https://docs.rubocop.org/rubocop/cops_layout.html#layoutaccessmodifierindentation
62
+ Layout/AccessModifierIndentation:
63
+ EnforcedStyle: outdent
64
+ Severity: info
65
+
61
66
  # Align `when` with `case`.
62
67
  Layout/CaseIndentation:
63
68
  Enabled: true
@@ -1,5 +1,5 @@
1
1
  module Sequra
2
2
  module Style
3
- VERSION = "1.0.3"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequra-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sequra engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-15 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop