rubocop-inst 1.0.4 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8e7202a3a13f0296f377553fba4bb1995777ae3d05ea30d9bee8c4dd48a1e9b
|
4
|
+
data.tar.gz: a3dc4b2f8745c7806d99c17d4359daea1f90b9cfe4a65f1b035ddb6927dcd36a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e612f3ce08dd4c4b581e0d9d59484eb796ffaabac0f5a8c38f52f6c7805cbaa592b0f343e8fe6a091f77a253253480b6249f9e1b634d6b5ac1300a8bd091136
|
7
|
+
data.tar.gz: 420398b02d2379ce00b6e1650606a5bf9aa9b59ac0d41f69d6cff71c45802729b0e37c3d621789daa8ed6a54096e3de5f5b8323760b66beb7734e78bd99e8fad
|
data/rubocop.yml
CHANGED
@@ -42,6 +42,8 @@ Performance/Casecmp:
|
|
42
42
|
|
43
43
|
Style/Alias:
|
44
44
|
EnforcedStyle: prefer_alias_method # https://github.com/rubocop/ruby-style-guide/issues/821
|
45
|
+
Style/DateTime:
|
46
|
+
Enabled: true
|
45
47
|
Style/EmptyElse:
|
46
48
|
EnforcedStyle: empty # explicit nil indicates programmer intent
|
47
49
|
Style/FormatStringToken:
|
@@ -54,6 +56,8 @@ Style/PerlBackrefs:
|
|
54
56
|
Enabled: false # Regexp.last_match(1) is far worse than $1
|
55
57
|
Style/RescueStandardError:
|
56
58
|
EnforcedStyle: implicit
|
59
|
+
Style/SafeNavigationChainLength:
|
60
|
+
Enabled: false # kind of Metrics-y
|
57
61
|
Style/StringLiterals:
|
58
62
|
EnforcedStyle: double_quotes
|
59
63
|
Style/StringLiteralsInInterpolation:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-inst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Cutrer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
|
-
rubygems_version: 3.5.
|
85
|
+
rubygems_version: 3.5.11
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: Rubocop Config for Instructure
|