rubocop-trailblazer 0.1.0 → 0.1.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: 9baf0c0785abd0b96e2edcce56751ef2a2b124a0a4995d16452b038ad73e4ee4
4
- data.tar.gz: 80287fb65c32a9924855307d8f8ab59d2829d2308a7edbb3df61bebf97739b3e
3
+ metadata.gz: 85fbb1fb3d447692cb65d0522b9c4d7fd105d458663e2deeb611832c936a66c1
4
+ data.tar.gz: 11b69050e2ea426275fe025855cc80867a8065282261b15048960024c45831c8
5
5
  SHA512:
6
- metadata.gz: a1f0c37d1516461865211e1e870563e2e4066aecb3e736d905a85ac1344c0431daf4729d56ffa2dddac714f5528593b2c3adbaee439f73fba68011b60f0a95c5
7
- data.tar.gz: 46b9cc5f9cc7add3430f0939eb545f215db8a64c1b497fbc80f697480d6e1dca60bf9eda77c88a51fa70965294eb0d91e62d252ebed6414057749361a267fd03
6
+ metadata.gz: d16475a14bd2a1f767a4ce016b1edb7d00645e501a4135e064830db9c601124b2b39f4cae820ab8d9904cf894f7e70b363ab29b0948fc4b70241b6fc6221ec0b
7
+ data.tar.gz: dd6e38b75945a5148e75e1993191e970279dd67984bd77291b83d2b6f2c4dad6af291b2ab5a9923dd9850c8f4c056e114321db958a35300e1a041753c27a6313
@@ -0,0 +1,6 @@
1
+ Minitest/VariableAsActualArgument:
2
+ Description: 'This cop enforces correct order of `expected` and `actual` arguments for `assert_equal`.'
3
+ Enabled: false
4
+ VersionAdded: '0.1.0'
5
+
6
+
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Trailblazer
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-trailblazer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
@@ -57,6 +57,7 @@ executables: []
57
57
  extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
+ - config/default.yml
60
61
  - lib/rubocop-trailblazer.rb
61
62
  - lib/rubocop/cop/minitest/variable_as_actual_argument.rb
62
63
  - lib/rubocop/cop/trailblazer_cops.rb