rubocop-inst 1.0.3 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3eb425f72af23feb5893c98a250fa9c396bdb08cf216184bc166d7408669a382
4
- data.tar.gz: ea74f7d3457d29dbac483fdba5b3ae2fada4391bddce68b45d7c12a17a635cbb
3
+ metadata.gz: 9e142ef8dbded7de1e49851dd4d8c7b86d4db53c98970a21b0e331ced09dcfe5
4
+ data.tar.gz: c5c7b658573f81c20cde393f262f10e76de030285acbceecb3a6ade80e79b09f
5
5
  SHA512:
6
- metadata.gz: 16fb51c42169c520c1c07db5831cc5e17b990707fb28e4d35114b2d553fdd67945162be09271e624b578ff5442a0677c73fd0aa248dba33e92fa6a2823678c9c
7
- data.tar.gz: '0368457c18184393562797d948bfe4721165e8caf2dd83191f6e4a5a23977170cbc1208741a878ffbef1dd629eecbfa9db14b1e22ad566c9085308966a243348'
6
+ metadata.gz: 2dd9a452ac457f8c7e0e3a7e0620811a90db1f9e40a58e7a9e8f0d70769c98a82039a6fbb077b6e1189f72150dc56522a2da1b7d7d67887c278a129c2037bc74
7
+ data.tar.gz: 390b41e99ef853f99d979655e20bbfd7cf9418efbcf8a73bc1bda3d3994db30a5486fc7763290f7707cf61a45e016abb0cf2b9b3129ccab61da779f438b8b579
data/rubocop.yml CHANGED
@@ -35,13 +35,15 @@ 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)
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:
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.3
4
+ version: 1.1.0
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-10-07 00:00:00.000000000 Z
11
+ date: 2024-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop