rubocop-elegant 0.0.15 → 0.0.16

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: 41a4bba1e8a54cc943ed7c75113c8a1786b4e8ae7b8e7b886133ab657bfff375
4
- data.tar.gz: 6d16cb13b8b1c5d5a79ee8c39462d6957a0cc49b798294b7fe1fce3473018e72
3
+ metadata.gz: '08f7c72220dd8c4891df6a624b6512dc8d1ba168a06bc6da1604fb02bd36a8dd'
4
+ data.tar.gz: 4ff3c4eac54cceed9d637afdb4c97ca70cbef72eb28b8df872e553ba56f8790c
5
5
  SHA512:
6
- metadata.gz: 480a11bf5d184e5e899b3ac48bd17270bdda9fe84417aa837d5ced0f0b8efe6e77caada317cd4386d903a4a5477a7254fa5c609f1701b7b09fc4ea9500257afe
7
- data.tar.gz: d5e924d77377f1446657e4c5457aab1b86763cc0fe5fb7d0d3cf79d212795f28eec3f686bac0744a99671dcd16a768c788c26f6e2db9a3b908011d9a8b7ecbc9
6
+ metadata.gz: f8e30eb4fc5700751aee110ebc192714bd9e545eabbecc12c87be16741d8b3e19f8a353cd7d2a271d8e8c318bf7302d200e89f990c8986ca584c2ab267fc2693
7
+ data.tar.gz: 5b450b899700180092bd5d492dde402b8ba18aa0a542f4efbab7193180cb8cd2e842a92fd4adc7e68112c4dd266c43b51aff3f2016c14547c02a8a52c5be8dd2
data/config/default.yml CHANGED
@@ -25,6 +25,8 @@ Elegant/GoodMethodName:
25
25
  Pattern: '^(((to|fake|the|with|without|on)_)?[a-z]{1,16}[!?]?|test_[a-z_]+)$'
26
26
  AllowedNames: []
27
27
 
28
+ Style/RedundantException:
29
+ Enabled: false
28
30
  Naming/VariableName:
29
31
  Enabled: false
30
32
  Naming/MethodName:
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(:required_rubygems_version=)
10
10
  s.required_ruby_version = '>=2.2'
11
11
  s.name = 'rubocop-elegant'
12
- s.version = '0.0.15'
12
+ s.version = '0.0.16'
13
13
  s.license = 'MIT'
14
14
  s.summary = 'Set of custom RuboCop cops for elegant Ruby coding'
15
15
  s.description =
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-elegant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko