optimum-energy-rubocop 0.7.4 → 0.7.5

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: a6c2fdf428d38eddadfaa13cca2e1f5f581f96bb0ed5103e590e2a0c141bab95
4
- data.tar.gz: fc3763fe66182de09ecf3285d20d53655e0d0cbe992792b760c707e37bc8b2ff
3
+ metadata.gz: 0c454417488ef48388b278f7c88740b82f87cdd2a1285e97d28b0cf8007cb713
4
+ data.tar.gz: 189ae42c9ddb88d88f2d24ab2042953b4f6684479268db7ffeb88165472f2ce5
5
5
  SHA512:
6
- metadata.gz: 5a107f66df4f727cd0edcad0bdd22ea01edd08d4779014aef8dcb0a5d32a47040c757196d733d00292d047669d410e315008fb976e24bc6fee2d0b3164d14ac3
7
- data.tar.gz: bd536f561503e24561c70792a32e2faba8b3bbb55fbd853cec7b3826221340d463cd9f3dac831a4536cbf0947dedb5d9058584c142f8bf21f4c980f0e027e2de
6
+ metadata.gz: c346dde2f9ee531cfba0037a458d018978c90c2ab4f1e240157553762d581ac6cd634fb1ad51660c63b5ef1f2d1fe0768907b356ed9a45c8020c25a89d836c24
7
+ data.tar.gz: 0466e397ce83bd833b0c46d8386f1fa932e53af2f6881fc41ba9fe6b87c15ef9e21ff3d79829a9814a662e029ab8afc9a2ee6e9e755098ca227323d47d15265f
@@ -1 +1 @@
1
- 0.7.4
1
+ 0.7.5
@@ -0,0 +1,5 @@
1
+ # Rubocop ignores some rules when it only lints the Gemfile and gemspec files. This file serves as
2
+ # an example of a Ruby file so we can ensure all of the linter rules run without warnings or errors.
3
+ module Example
4
+ def example; end
5
+ end
@@ -209,6 +209,7 @@ Style/EmptyMethod:
209
209
  AutoCorrect: false
210
210
 
211
211
  Style/ExponentialNotation:
212
+ Enabled: true
212
213
  AutoCorrect: true
213
214
 
214
215
  Style/FormatString:
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.4
4
+ version: 0.7.5
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-05-01 00:00:00.000000000 Z
11
+ date: 2020-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -57,6 +57,7 @@ files:
57
57
  - codeship-services.yml
58
58
  - codeship-steps.yml
59
59
  - deployment.env.encrypted
60
+ - example/example.rb
60
61
  - optimum-energy-rubocop.gemspec
61
62
  - optimum_energy_rubocop.yml
62
63
  homepage: https://github.com/optimiumenergyco/optimum-energy-rubocop