freistil-rubocop 0.7.1 → 0.8.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: ec1916b7a256aaa8cef6c909cd31c8870e97228bac9fa16f39fbc0ba14537e9c
4
- data.tar.gz: 75ceae3d9c60d78bb9e9c19487b23f458661735165f2d88587d1d4e6ca731845
3
+ metadata.gz: e8658856f82812fcd6bd2833fb0ce45168ff100d92f1430d8968b1afe554f5a5
4
+ data.tar.gz: 774198d2b84d0a2d2d09e1f251ad150265283e88f5240f2449045ac3637c188b
5
5
  SHA512:
6
- metadata.gz: fbe6c7b6c0ac4b4f2e95eddb649e10c8deca60c48345e5f9173807d121d8b9d5a80507a92dff72deccc8a793d61cc0a8e993e6f38ced4f3196be2a40137f6483
7
- data.tar.gz: a83d6a89a4756829a9e122a8826b02754ca9810372f981af55b1229a8ac1f9153e0dfc2a73958df38c8e01e330d912d9afee1d2f96ca1f6cb4c7964afe86564c
6
+ metadata.gz: 8475b451c019bf7c2712eb4e654d6568bae5afb840a80afd3137b3325fdfaa1d4db2478afa68475c85ae4dd51862514db8d8f49932952c87d43d34d84b4f855d
7
+ data.tar.gz: 0a6d17cc122f2e78d55bd18fd8c72c1d5aa3e52fa03fbb1916fc8cb05dfbb76bd1eb05e2025b2fe1759a4bd3c8f13e4bf9d6f50e2051be9591acc47e9ea4a42a
data/default.yml CHANGED
@@ -18,10 +18,9 @@ Layout/DotPosition:
18
18
  EnforcedStyle: trailing
19
19
 
20
20
  Layout/LineLength:
21
- Description: 'Limit lines to 80 characters.'
22
- StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#80-character-limits'
23
- Max: 80
24
- IgnoredPatterns: ['\A#']
21
+ Description: 'Limit line length to a reasonable amount.'
22
+ StyleGuide: 'https://docs.rubocop.org/rubocop/cops_layout.html#layoutlinelength'
23
+ Max: 100
25
24
 
26
25
  Layout/MultilineOperationIndentation:
27
26
  Description: >-
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Freistil
4
4
  module Rubocop
5
- VERSION = "0.7.1"
5
+ VERSION = "0.8.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.7.1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - freistil IT Ltd