rubocop-inst 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop-rspec.yml +2 -0
- 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: 3eb425f72af23feb5893c98a250fa9c396bdb08cf216184bc166d7408669a382
|
4
|
+
data.tar.gz: ea74f7d3457d29dbac483fdba5b3ae2fada4391bddce68b45d7c12a17a635cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16fb51c42169c520c1c07db5831cc5e17b990707fb28e4d35114b2d553fdd67945162be09271e624b578ff5442a0677c73fd0aa248dba33e92fa6a2823678c9c
|
7
|
+
data.tar.gz: '0368457c18184393562797d948bfe4721165e8caf2dd83191f6e4a5a23977170cbc1208741a878ffbef1dd629eecbfa9db14b1e22ad566c9085308966a243348'
|
data/rubocop-rspec.yml
CHANGED
@@ -17,6 +17,8 @@ RSpec/MessageSpies:
|
|
17
17
|
Enabled: false
|
18
18
|
RSpec/MultipleExpectations:
|
19
19
|
Enabled: false # this is a Metrics-style cop
|
20
|
+
RSpec/MultipleMemoizedHelpers:
|
21
|
+
Enabled: false # this is a Metrics-style cop
|
20
22
|
RSpec/NestedGroups:
|
21
23
|
Enabled: false # this is a Metrics-style cop
|
22
24
|
RSpec/NoExpectationExample:
|
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|SH|SQL|SRT|TEXT|XML|YAML|PATTERN).+$
|
38
|
+
- ^(?!AST|BASE64|CSV|GQL|HTML|JINJA|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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Cutrer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-07 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.
|
85
|
+
rubygems_version: 3.5.11
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: Rubocop Config for Instructure
|