rubocop-inst 1.0.3 → 1.0.4
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/rubocop.yml +1 -1
- 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: c1c5c317a7e90796f594586993b2847611a0db77ac97c4f76b8b9458f565c62a
|
4
|
+
data.tar.gz: '0286706c5563ec48c0510d9dd64b7f760d8aa36b769453d43487a7843c0543d2'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: 4b969e8fa3f346850b125170997e6a8544f86c5aae9b9e302cc3ba9d73cbd210ec72cd95a900f4e075d2269e6f7fdc900085561cf5b7b10c2f76f8e170ba4a48
|
7
|
+
data.tar.gz: '006782261fdcc3bbf1dfdbce36a286a18c2311328896e5f58533f2c84f3b8e5cfde1917220d210eb286f7351d61fd1b0feb12fcad312fc59d4c698204fb97c90'
|
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|JINJA|JS|MD|PEM|REGEX|RUBY|SH|SQL|SRT|TEXT|XML|YAML|PATTERN).+$
|
38
|
+
- ^(?!AST|BASE64|CSV|GQL|HTML|JINJA|JS|MD|PEM|REGEX|RUBY|SH|SQL|SRT|TEXT|TF|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.4
|
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-11-13 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.10
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: Rubocop Config for Instructure
|