freistil-rubocop 0.2.0 → 0.3.0

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: '049eca74f7dc2b8354d1949ab64bbdb6143f3603fefdb74a368ac210346cab42'
4
- data.tar.gz: 2ad6f07ba6462b274226c14f469097934520c4e8f4ced7238cb10a858361606d
3
+ metadata.gz: 23961084c5c88faef2500117bba3c917ac3de04c4e192bcc534baef538a49d0f
4
+ data.tar.gz: 742392b3ed8aed8aa9d3b34d1130a90a1ec263e5d396e6c3803e44f012f9756b
5
5
  SHA512:
6
- metadata.gz: ef3f52dba1aa5d008bae675876c5ea5633cc4f8bf72899d872286c38b96b788d0671ade6f3b597a65c861b7783c20aa4629a893daf61fe321491f28d2c85a6ca
7
- data.tar.gz: 80090c70166be3e34dbfc1ecae665c4abdd164a910c5d50124a31086536f65f0da1ec0ab9a1f000315846b03c6d878a637b15a527d80720c1c3f3a7296a58bcb
6
+ metadata.gz: eb73b340c26bdf1b11e0e9497a476ea8a87edc1ff849ebcaeacff80e2fac87251e6278b4d275adc6102502fd5ef6815c2e32166e6a86d78278fbe53e4636cbe9
7
+ data.tar.gz: 011441faac8dc6ba33346b34b9eb0695396d99fc189e7fd8b9a5eea77cbed91932e69db96c0bb6666ea602c3e01c741f9b401dbd6d964cba16e5cca1b02704a0
data/Gemfile.lock CHANGED
@@ -11,23 +11,23 @@ GEM
11
11
  ast (2.4.0)
12
12
  jaro_winkler (1.5.4)
13
13
  parallel (1.19.1)
14
- parser (2.7.0.5)
14
+ parser (2.7.1.0)
15
15
  ast (~> 2.4.0)
16
16
  rainbow (3.0.0)
17
17
  rake (12.3.3)
18
18
  rexml (3.2.4)
19
- rubocop (0.80.1)
19
+ rubocop (0.81.0)
20
20
  jaro_winkler (~> 1.5.1)
21
21
  parallel (~> 1.10)
22
22
  parser (>= 2.7.0.1)
23
23
  rainbow (>= 2.2.2, < 4.0)
24
24
  rexml
25
25
  ruby-progressbar (~> 1.7)
26
- unicode-display_width (>= 1.4.0, < 1.7)
26
+ unicode-display_width (>= 1.4.0, < 2.0)
27
27
  rubocop-rspec (1.35.0)
28
28
  rubocop (>= 0.60.0)
29
29
  ruby-progressbar (1.10.1)
30
- unicode-display_width (1.6.1)
30
+ unicode-display_width (1.7.0)
31
31
 
32
32
  PLATFORMS
33
33
  ruby
data/default.yml CHANGED
@@ -34,6 +34,12 @@ Lint/AssignmentInCondition:
34
34
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#safe-assignment-in-condition'
35
35
  Enabled: false
36
36
 
37
+ Lint/RaiseException:
38
+ Enabled: true
39
+
40
+ Lint/StructNewOverride:
41
+ Enabled: true
42
+
37
43
  Metrics/BlockLength:
38
44
  Description: 'Avoid blocks longer than 25 lines of code.'
39
45
  Exclude:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Freistil
4
4
  module Rubocop
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freistil-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - freistil IT Ltd