lendesk-ruby-lint-config 1.0.1 → 1.0.2
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 +4 -4
- data/.ruby-style.yml +5 -0
- data/lib/lendesk_ruby_lint_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c37af7de07e10c6694519411cb7863998e56a458
|
|
4
|
+
data.tar.gz: daf0ac646b0758379eb018ec0098c6b14f4a5bc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89f71226ee94d2ccc35b03d006135a121b144b698e24db1948829e9d17939a228029ef7fa3b0a0407b88cdee5d24522c7de75565050b9fbc4f71f1ab13ea2348
|
|
7
|
+
data.tar.gz: e8208c4d1d93a8544322c634e4788d24a82c622ede39c415344ab7d76aaa6e52ce2ae4dae9a20bbce7feadd4024344ba58d52241dab88c95dc6bbf3a466fec2c
|
data/.ruby-style.yml
CHANGED
|
@@ -492,6 +492,11 @@ Metrics/ClassLength:
|
|
|
492
492
|
Enabled: false
|
|
493
493
|
CountComments: false
|
|
494
494
|
Max: 100
|
|
495
|
+
Metrics/ModuleLength:
|
|
496
|
+
Description: Avoid modules longer than 100 lines of code.
|
|
497
|
+
Enabled: false
|
|
498
|
+
CountComments: false
|
|
499
|
+
Max: 100
|
|
495
500
|
Metrics/CyclomaticComplexity:
|
|
496
501
|
Description: A complexity metric that is strongly correlated to the number of test
|
|
497
502
|
cases needed to validate a method.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lendesk-ruby-lint-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- matrinox
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|