autocop 0.1.3 → 0.1.4

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: 23d140174cd01ecc697e598cde2c5c64f45c664d3ae8f151fc86a57e73b70666
4
- data.tar.gz: 956191dfe99b4521715e5eec32803d07b371195ebbce13d2dadfc9d159098716
3
+ metadata.gz: 214a8af01de4bdbfa7b987471c5ec833c5b64652bef001fca5067bf2076c2f7c
4
+ data.tar.gz: 550301b3db55a04d8225e6a1d689d7f090988edbc237c39ffeb116a614dca630
5
5
  SHA512:
6
- metadata.gz: 5d476776a9b15d301c2bbf173418515faec5caa0a5ae1cdd679c6ce841140a1b0a372941ba76741c11a42ad20ad9c08f889f8f3ebbea233f0501a0667dc6c23b
7
- data.tar.gz: 880ac86118cffd1630b8e7d55af9853b713a0cf26354f9e1f45c8697ed9495a33561469f054eeac58f444a24b1f656ebe374bcfcfc10d8fcdfd270a5006c2d81
6
+ metadata.gz: 7e2dbfdae22a85108febf005f6109edd1b6aa0bd631129fbd336d91881d6ddc14edbc21ceab3de6df123f154ea80cb90d7343cd13d9f13e9bf619756958e3af5
7
+ data.tar.gz: a32660e9dd8393774e215a659b7d5e6324cb5f6dc4d1e0618f115ca69cc582202920851eec87d8bc844fd63532c94bdebc5611d917173220023a1e4caf9aab38
@@ -353,14 +353,6 @@ Performance/FlatMap:
353
353
  Enabled: true
354
354
  EnabledForFlattenWithoutParams: false
355
355
 
356
- # Supports --auto-correct
357
- Performance/HashEachMethods:
358
- Description: Use `Hash#each_key` and `Hash#each_value` instead of `Hash#keys.each`
359
- and `Hash#values.each`.
360
- StyleGuide: https://github.com/bbatsov/ruby-style-guide#hash-each
361
- Enabled: true
362
- AutoCorrect: false
363
-
364
356
  # Supports --auto-correct
365
357
  Performance/LstripRstrip:
366
358
  Description: Use `strip` instead of `lstrip.rstrip`.
@@ -1,3 +1,12 @@
1
+ ## v0.1.4 - 2018-03-27
2
+
3
+ - Performance/HashEachMethods removed
4
+
5
+ ## v0.1.3 - 2018-03-27
6
+
7
+ - Remove old lint cops that are under layout now
8
+ - Break out trailing comma cops for hash and array
9
+
1
10
  ## v0.1.2 - 2018-03-07
2
11
 
3
12
  - Relax ruby version to >= 2.2 for now
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autocop (0.1.3)
4
+ autocop (0.1.4)
5
5
  rubocop (>= 0.52.1)
6
6
  rubocop-rspec (>= 1.22.1)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Autocop
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Autolist Engineering