rubocop-codeur 0.2.1 → 0.2.2

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: e1a90072801743e45a060bdf3b4176f0c006b51417d91d5422c3d3715dcbb2cb
4
- data.tar.gz: 1e62a3f8cb565fbd2ffa12d63445642c1be4b44064171141d6b6ade4247e7c6c
3
+ metadata.gz: a60feca05023297b1988220f28f2f32f21525e2adc8c8601ba76f1487f5fd128
4
+ data.tar.gz: 58ec678e02c4f4bbf04698ea2dc2365e293d3f9114c8f65205da7e52c24181a4
5
5
  SHA512:
6
- metadata.gz: d26e6d8f0a9e20ba030edb70ced0bef86b88cb7fcf8ba94084dba30419ad8df18c6ccd347804d87f4e71e2340368dca29dbcb1a03d08126a6d9a36cfa4057a52
7
- data.tar.gz: a3c124d88f7ce6732e9cdadeb66fc9d7981d8849b0409d673c2cde9202367a357bb039e4cc0768e40d931e3f76218f0f62f477e4bae7582e334e12585e259afb
6
+ metadata.gz: 4c1485ebe523b7e4d3f9d03c1ef3faf149cd652218f44fac0e6e2829f6a66f92405c5a88448346b2d189d621720675e361b4e77b69b4e2ae49fd93990fc271e0
7
+ data.tar.gz: bab88e2804dabb3b9212a49aa609ff33f125c4f823b0639fcb7154460913ca86a0b744892ef7ec66c47a7a868648f060d5046dce2aba297fff6267100f9ac422
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-codeur (0.2.1)
4
+ rubocop-codeur (0.2.2)
5
5
  rubocop (~> 1.25)
6
6
  rubocop-github (~> 0.17)
7
7
  rubocop-minitest (~> 0.10, >= 0.10.2)
data/default.yml CHANGED
@@ -267,7 +267,6 @@ Style/ClassAndModuleChildren:
267
267
  AutoCorrect: true
268
268
 
269
269
  Style/ConditionalAssignment:
270
- Enabled: true
271
270
  Enabled: false
272
271
 
273
272
  Style/Documentation:
@@ -285,6 +284,10 @@ Style/HashEachMethods:
285
284
  Enabled: true
286
285
  AutoCorrect: true
287
286
 
287
+ Style/HashSyntax:
288
+ Enabled: true
289
+ EnforcedStyle: ruby19
290
+
288
291
  Style/HashTransformKeys:
289
292
  Enabled: true
290
293
  AutoCorrect: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codeur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur