rubocop-vaporyhumo 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/SECURITY.md +2 -2
  4. data/config.yml +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe5bdbb1cb1713b38674d32543d232b524c755de7ae0795c098455423f88726c
4
- data.tar.gz: 6fe7b0acb1686087db39f6d28946e28eae2d4196185b7f751c93d3721517b731
3
+ metadata.gz: 6e3715785e08509c2cd6987c3e79c04fe14b26829e328c31703a735b21a6f04e
4
+ data.tar.gz: cd523093a8531c0490d8286f96bb5818bd6e00304bac90b9c1cfbc096f483351
5
5
  SHA512:
6
- metadata.gz: acd0af4c3398b9c4f7279f9737b06a825a9cf00f3a92d892ecb385e8dc702a0946f11e3d1277e53ad742972773bd60f9a38a68014e831b5cbdcf28324701f55d
7
- data.tar.gz: 6c0c1775b2c7c05a09178e06648fd690898528f693ad603d45ce6d2e4ece4fcd3994ee8a6a001c38e1008222f0f8c9f8664cba8988061ceea7ef4958f0c5dc85
6
+ metadata.gz: b63a4fcad77630235023807ba6b7989f1ed192d3d997a66c6c9e217990bd65c589c1bf2057e6ac11c70fc4170e05cff0c0f39e0a114e4b589d3b9832ff4a4733
7
+ data.tar.gz: 31db8847a3d709966d54b85573b921f8006083eb6ca20d51df78b84cd910e2479561dcfa57e1be412548d1eb88b94b53f59f2ccbbfc66ed71b7814da06f2a18c
data/CHANGELOG.md CHANGED
@@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning][2].
9
9
  [2]: https://semver.org/spec/v2.0.0.html
10
10
 
11
11
  ## [Unreleased]
12
+ ## [0.3.0] - 2024-06-13
13
+ ### Added
14
+ - `Lint` department configurations.
15
+
16
+
12
17
  ## [0.2.0] - 2024-06-13
13
18
  ### Added
14
19
  - `Bundler` department configurations.
15
20
  - `Gemspec` department configurations.
16
21
 
22
+
17
23
  ## [0.1.0] - 2024-06-13
18
24
  ### Added
19
25
  - Initial release with configuration for `Layout` department.
data/SECURITY.md CHANGED
@@ -6,8 +6,8 @@ Currently supported version are:
6
6
 
7
7
  | Version | Supported |
8
8
  | ------- | ------------------ |
9
- | 0.2.0 | :white_check_mark: |
10
- | < 0.2.0 | :x: |
9
+ | 0.3.0 | :white_check_mark: |
10
+ | < 0.3.0 | :x: |
11
11
 
12
12
  ## Reporting a Vulnerability
13
13
 
data/config.yml CHANGED
@@ -23,3 +23,9 @@ Layout/RedundantLineBreak:
23
23
 
24
24
  Layout/SingleLineBlockChain:
25
25
  Enabled: true
26
+
27
+ Lint/HeredocMethodCallPosition:
28
+ Enabled: true
29
+
30
+ Lint/NumberConversion:
31
+ Enabled: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-vaporyhumo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaporyhumo