optimum-energy-rubocop 0.7.0 → 0.7.1

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: 3953de0cf2ab9f2ed23d74bb0e50eced6a4d1ed1f345131c6c27148ee62c8da1
4
- data.tar.gz: 4434b3408b9cb0530aecc398ed9946043632799e47ae06e6ab73ddee3803fc0e
3
+ metadata.gz: 28462022c13b7bc23a872dcfb8a14f4f2347f9f3d935daf766e8c49daea7f15f
4
+ data.tar.gz: '0592044dc833b2c603a025cdc15d262aa18daaf3528aaaa859be18f8c9e30a3c'
5
5
  SHA512:
6
- metadata.gz: 48de0712de1a7f59adbdfed64af0c896644342914e0ca763fffc4a41a5ba1a7537c4b8a79d2bf179cc290c3ec1e652b3d65afe060f66f76409d324d98eb2d993
7
- data.tar.gz: 1a39c1b9d255d418e7851d1deab5d5fab4c190604ba15532f82db25a629e690a4fbc18714d526c5d831cd3fb0556db8d591b141ed0877e4836810f7024e60ab4
6
+ metadata.gz: d2631adef4bfed3b472d3d96179c76f1a2c8216f6f28cff3e0038b41fe27086243d0d99b798ca9e4b599e50139a8480b602ff1b7a2dcf1577b673c7b1f2fdcf5
7
+ data.tar.gz: df4771c8160e0556c4c0ddce494a597b6c799e205212b99f8b8e0aec8f261db65b69563fa369cbf4feeeb7d71ec95071c2974cdddedb8365002a739058ff36bf
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
@@ -88,6 +88,16 @@ Layout/SpaceBeforeFirstArg:
88
88
  Layout/SpaceInsideStringInterpolation:
89
89
  EnforcedStyle: space
90
90
 
91
+ ########
92
+ # LINT #
93
+ ########
94
+
95
+ # Rubocop has a nasty habit of removing inline rule declarations, even when they're necessary. This
96
+ # disables that behavior.
97
+ # TODO: Push this rule back to the source.
98
+ Lint/RedundantCopEnableDirective:
99
+ Autocorrect: false
100
+
91
101
  ###########
92
102
  # METRICS #
93
103
  ###########
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimum-energy-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Optimum Energy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-03 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop