rubocop-inst 1.0.0 → 1.0.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 +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd7e6cf6fc041472c386381f72eb37ef1ca30ab1e91ef77edabc18e196820672
|
4
|
+
data.tar.gz: 52aa8474907a4542b8910da3237afad73c5861eb0478aceef7be594ad64a2857
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a026ade23b285099c40bc9213c0ded2e421c663d3b42ec85e43ca1ee84a91849f80ec49a9bd319cdc226994579f0476c8320c764bd5b723e4669c86dd492315
|
7
|
+
data.tar.gz: ee78564fdaa2db0cd00a6a1aa62847ec8af1fa187f13039fc5ca7248a8db9c1431bbc0ca0e1f637085b6ef0f1aee46a17f4d16ff15abcae7afec686d59599766
|
data/rubocop.yml
CHANGED
@@ -35,7 +35,7 @@ Naming/HeredocDelimiterNaming:
|
|
35
35
|
# negative regex - these are the _allowed_ delimiters
|
36
36
|
# any you add should describe the format of the data, not describe
|
37
37
|
# what the data is for. this allows editors to syntax highlight
|
38
|
-
- ^(?!AST|BASE64|CSV|GQL|HTML|JS|MD|PEM|REGEX|RUBY|SQL|SRT|TEXT|XML|YAML|PATTERN).+$
|
38
|
+
- ^(?!AST|BASE64|CSV|GQL|HTML|JS|MD|PEM|REGEX|RUBY|SH|SQL|SRT|TEXT|XML|YAML|PATTERN).+$
|
39
39
|
|
40
40
|
Performance/Casecmp:
|
41
41
|
Enabled: false # casecmp(other).zero? is a bad suggestion because it's not Unicode-aware (also it's less clear)
|
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.0.
|
4
|
+
version: 1.0.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: 2023-
|
11
|
+
date: 2023-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|