satchel-ruby-styleguides 0.1.9 → 0.1.10

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
  SHA1:
3
- metadata.gz: 6b6caf9c4d21443058753f04904c74f2e3cadc40
4
- data.tar.gz: 9977710dc44543989481984cc05dfb544c3ab1f7
3
+ metadata.gz: fce3a4b94b967a2abba367929cadca48b1995930
4
+ data.tar.gz: 614478afbde3600219de173aa568841d2be027fc
5
5
  SHA512:
6
- metadata.gz: 2ff41cf1e9d267b63d7e20addf76a8f3fe446beadfba81c55ce13c5834f46956a36e5cbd84c4da7ecf13acbfaafe0d93b2d4ce5c124e894816dd1bc8975a653c
7
- data.tar.gz: c74740dd624f78d8915febc0b8b309322684cf35dee3c82418e6b4b73e94d9d3f6123439ac48be07edf519ceec9b545efb89e58209ffde20765ad585c3d93aae
6
+ metadata.gz: b2d3635344ea029bf446d115e3772fe729d88eb70aa88ee4b9b865611b89e1cfc0b0f789a84efe6802eb1141130cd8d26fa2395da59317da09a37b7230ee8915
7
+ data.tar.gz: ac2f1df054c5049e3ce3f9033517657d52b5a76c7bf44fc7c9a4b3ca049f1867654ef90bafe056c9cd4866df01fb7e932c29d134db062a85eed52b35dbf01b28
data/default.yml CHANGED
@@ -231,8 +231,7 @@ Metrics/CyclomaticComplexity:
231
231
  Enabled: true
232
232
 
233
233
  Metrics/LineLength:
234
- Description: 'Limit lines to 80 characters.'
235
- StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#80-character-limits'
234
+ Description: 'Limit lines to 120 characters.'
236
235
  Max: 120
237
236
  Enabled: true
238
237
 
@@ -550,7 +549,7 @@ Layout/DotPosition:
550
549
  Style/DoubleNegation:
551
550
  Description: 'Checks for uses of double negation (!!).'
552
551
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-bang-bang'
553
- Enabled: true
552
+ Enabled: false
554
553
 
555
554
  Style/EachWithObject:
556
555
  Description: 'Prefer `each_with_object` over `inject` or `reduce`.'
@@ -1,5 +1,5 @@
1
1
  module Satchel
2
2
  module Styleguides
3
- VERSION = "0.1.9".freeze
3
+ VERSION = '0.1.10'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satchel-ruby-styleguides
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam De Maeyer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-16 00:00:00.000000000 Z
11
+ date: 2017-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop