rubocop-mhenrixon 0.79.4 → 0.79.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdf2257c35693ff529171b7d55f649898587df1b3d4ffb6c4e9e07722ca227ac
4
- data.tar.gz: a14bd057747fa2ca3f496b404ab9973e7a3a2eed7ea5d46532b2b6b89e812969
3
+ metadata.gz: 0dc4250bb18c1d46f6adfe60985657605423ae1ee6cbc65642250498edec0f37
4
+ data.tar.gz: e8f016d17e066446744426b49eb29f4fb8d8ae2a2a9b4f74626af0aa0e3c0959
5
5
  SHA512:
6
- metadata.gz: 8709ac8e7add37f506b4703094a025f9e0be68b4f3c406513e3a2524bcbf1034039313aea11f5a9e201811dcf490e714dbde4c920d8225665d824d52fba28483
7
- data.tar.gz: 5ba5173d91246d5a595f6092322feedf26643ecef32075a167310d436a2a372b2f3362d060458b71bc82f05105877c11d8bc7a51af2f1289c2be9a26e8d06cfe
6
+ metadata.gz: '0381192b4b9780b7a5f8e604d114297309c7a1a9650b0f580b152ba1d7361d9e4595f52237cad5c487e6a26fae37235fcde9d5f062d2432d458d3844894a8455'
7
+ data.tar.gz: 77bc68431f6676d7a6fb488295f019249cbe71564fedcf2b9d17b8e01092b5ea53f190df6696ccf65a405b48530c389464ffc0e568033f84c17514c94e3fd76d
@@ -11,6 +11,11 @@ rvm:
11
11
 
12
12
  before_install: gem install bundler -v 2.1.4
13
13
 
14
+ script:
15
+ # - bundle exec reek .
16
+ - bundle exec rubocop -P .
17
+ - bundle exec rspec spec
18
+
14
19
  notifications:
15
20
  email:
16
21
  recipients:
data/Rakefile CHANGED
@@ -3,6 +3,6 @@
3
3
  require 'bundler/gem_tasks'
4
4
  require 'rspec/core/rake_task'
5
5
 
6
- RSpec::Core::RakeTask.new(:spec) # rubocop:disable Require/MissingRequireStatement
6
+ RSpec::Core::RakeTask.new(:spec)
7
7
 
8
8
  task default: :spec
@@ -44,4 +44,7 @@ Metrics/ParameterLists:
44
44
  CountKeywordArgs: false
45
45
 
46
46
  RSpec/AlignLeftLetBrace:
47
- Enabled: true
47
+ Enabled: true
48
+
49
+ RSpec/ExampleLength:
50
+ Max: 10
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Mhenrixon
5
- VERSION = '0.79.4'
5
+ VERSION = '0.79.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-mhenrixon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.4
4
+ version: 0.79.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - mhenrixon