sequra-style 1.4.0 → 1.5.0
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/default.yml +4 -1
- data/lib/sequra/style/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a05bb753c5c0dd5b33fca46dd53dbc85b7621a73623e6b380f93d6d5c8fafc3b
|
|
4
|
+
data.tar.gz: 38c7342f9412804d0e649171de2ed4a9960674fa521c6baed9d4aa4b7467e092
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9328bc1416ba061823dfb4e24c2e02506f79b3c183433fe74f2e57d9fe58ba4e5e856d9b3f1ee706d6337fef59aa2e431abe880321be54339a1da368cbc5b299
|
|
7
|
+
data.tar.gz: 259bb2ae8374073aadb45be9759ee37ee1316ca5c587199217a7fada18c2ad21da59ec33caf8710c9c42835ec0d593ec6b6a92ccfabc4ad0dea54748a834537c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.0](https://github.com/sequra/sequra-style/compare/v1.4.0...v1.5.0) (2025-12-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* disable example length rule ([#43](https://github.com/sequra/sequra-style/issues/43)) ([be34b58](https://github.com/sequra/sequra-style/commit/be34b58f85e9fa0602ccb1baa6228927d6144a5b))
|
|
9
|
+
|
|
3
10
|
## [1.4.0](https://github.com/sequra/sequra-style/compare/v1.3.3...v1.4.0) (2025-10-22)
|
|
4
11
|
|
|
5
12
|
|
data/Gemfile.lock
CHANGED
data/default.yml
CHANGED
|
@@ -297,7 +297,10 @@ RSpec/ContextMethod:
|
|
|
297
297
|
Severity: info
|
|
298
298
|
|
|
299
299
|
RSpec/ExampleLength:
|
|
300
|
-
|
|
300
|
+
# WORKAROUND: `Enabled: false` is ignored due to a loading order bug with
|
|
301
|
+
# `inherit_gem` and `rubocop-rspec` plugins. We set a high Max to silence it
|
|
302
|
+
# while keeping the plugin definition self-contained in this gem.
|
|
303
|
+
Max: 999
|
|
301
304
|
|
|
302
305
|
RSpec/MultipleExpectations:
|
|
303
306
|
Enabled: false
|
data/lib/sequra/style/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.5.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: 2025-
|
|
11
|
+
date: 2025-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|