kalkomey-rubocop 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +6 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3fea68987f68304a3fb14fdfcb6807fe4b6bd48192165491f997cf6fc613cba
4
- data.tar.gz: 67c550d0973bae2d56c5e100c1d6aa5c48cf78eb1a1edddd59463892e4105087
3
+ metadata.gz: 7a4bfc30360b83a6f8c34928f61ec8babe86cf99fe66251fa1d3e491edfe963c
4
+ data.tar.gz: 4d5ae2d25564c941424945c3d69d1940d1da452bfbb794bf71b87626be8bbaf0
5
5
  SHA512:
6
- metadata.gz: 701caefd5ff0925035e966d6ceb0a89599fa8a1508bd724584a8708bec796cb2a1d19d4f660ebece03e88f4b3638c97ab1a6156b6a991c48b0008b9310f344e3
7
- data.tar.gz: a0629f26fe4f5a1bc5dd414bd3d369f69517aff8b6eefb080919492345f6ac7d0fa2d27ffe25ab6bfbaae599999b5abcc4c500467cfac643ddfe55dd7b4f5354
6
+ metadata.gz: 3c90445f6bfa29a0b6f016006fa37b42010e5887840c634e57113d7f66309676846683f19a1c5eda6a0cb82cbe8629282f0105e4df83d85e763143c624b61f50
7
+ data.tar.gz: e82b976dfcbe102a15aebc6d0ff972337fc7ccd2742a4b44aae82ca5d762567ba671bb4759a13bedbab2ea40d4074f588fc12d9faf344a8a5d1bd363f345b26f
@@ -413,6 +413,9 @@ Lint/TrailingCommaInAttributeDeclaration:
413
413
  Lint/UnderscorePrefixedVariableName:
414
414
  Enabled: false
415
415
 
416
+ Lint/UnexpectedBlockArity:
417
+ Enabled: true
418
+
416
419
  Lint/UnifiedInteger:
417
420
  Enabled: false
418
421
 
@@ -812,6 +815,9 @@ Style/RaiseArgs:
812
815
  Style/RandomWithOffset:
813
816
  Enabled: false
814
817
 
818
+ Style/RedundantArgument:
819
+ Enabled: true
820
+
815
821
  Style/RedundantAssignment:
816
822
  Enabled: false
817
823
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kalkomey-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kalkomey