rubocop-inst 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop-rspec.yml +2 -0
  3. data/rubocop.yml +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41d721e8aefe1d0de2823518a714cab45df04136163eef584958438d58f7e1e2
4
- data.tar.gz: bcd273622cf2d5eccf077e059eb1644e96ebe07b3eba19dc5085fce3fb5b3749
3
+ metadata.gz: 7d40b89463cfeb35d4ca4d5b2faf66d452b72aaabc1921917f6816813295fbc1
4
+ data.tar.gz: b0ecbd0d38b675d57e9df2b8538dc48c2bbb2bec7f932ae537991057232cf65f
5
5
  SHA512:
6
- metadata.gz: b8585418fa7a1de05fbf6b4304f24582abc3505f83c1ae00fc9d0f6153426e813035a0516c4fad52742fc33743801139cb5c90c093b933ffa84444e9340c6f9a
7
- data.tar.gz: cc0a07ed42f9163d053285cd40ae053a0544e17a1823009541dd63d5aa3c8f10360b96a94d07e77f80a5acd5da49412d0139a5b1d191a9182ddee628c4e3e56d
6
+ metadata.gz: 9bf6916371d906f2887ed7a6ec1bca2ac4be27a30e93a614370c192a36ea9b1e0f837e7465efd04d90c79283a6d83f44fa5710e3221e4672d543d51af7639fcc
7
+ data.tar.gz: 38a36b440cdda032e8fdef245810517ccb5eb7aa5522d2611a95caf8e9f7734e41af3cb55795933ea0b9df31f1dbdf2793350401a8b7a141a42612dfc2fcdf8c
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|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.0
4
+ version: 1.0.2
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-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop