rubocop-inst 1.2.2 → 1.2.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +1 -1
  3. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3975042f942bf49949719bb0e8a4d183a2a819e4a6688ad187e0cdc52833de3b
4
- data.tar.gz: 0d58a58948bc9389de5a748c00ed8c7141f979e55399d085562d27ba16d8e09e
3
+ metadata.gz: 36876bbcfb2290931e2b9f4f4b171cd77ec4ccab8930067b7b95784a5b867f76
4
+ data.tar.gz: 31f702215170975f003e78cf3a7e6c5b2b76f8cceb4e9230fce61464cf75be40
5
5
  SHA512:
6
- metadata.gz: 8bcbe92c25da4e8fe87d1433bc1de9fcb69ef6e01b0a65f0bbdf73665149dc064fee140d967588fea5289213f4b9a69d6d6d65ab74133313bd7c9f1d05d5c765
7
- data.tar.gz: db5f9d51480c4c9e10a445c3dbe5ece6acfc742ebfcd8d4c68ee3b229803639039829d97af354afc0134561529cbc915f49c8484a1f2bc6b555931c61d66e22c
6
+ metadata.gz: adea5c2edeec4113d95947c16a735cd12e80284363707e4d64ebaae82cdffb32a9494de783a8f200916941228dac4f29bb8881fbd20aa5d4661e60f13762bd0f
7
+ data.tar.gz: 0c8c25460906243910157cd22b45c8fff2c8e71edfbb77b9bb3c85f2dccb601884f5ca027bc2a9f838cfed7577bf03e2df5335f11fb7e04b82d0ff38ddfe498b
data/rubocop.yml CHANGED
@@ -32,7 +32,7 @@ Naming/HeredocDelimiterNaming:
32
32
  # negative regex - these are the _allowed_ delimiters
33
33
  # any you add should describe the format of the data, not describe
34
34
  # what the data is for. this allows editors to syntax highlight
35
- - ^(?!AST|BASE64|CSV|GQL|HTML|JINJA|JS|MD|PEM|REGEX|RUBY|SH|SQL|SRT|TEXT|TF|XML|YAML|PATTERN).+$
35
+ - ^(?!AST|BASE64|CSV|ERB|GQL|HTML|JINJA|JS|MD|PEM|REGEX|RUBY|SH|SQL|SRT|TEXT|TF|XML|YAML|PATTERN).+$
36
36
 
37
37
  Performance/Casecmp:
38
38
  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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-inst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Cutrer
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rubocop
@@ -59,7 +58,6 @@ licenses:
59
58
  metadata:
60
59
  homepage_uri: https://github.com/instructure/rubocop-inst
61
60
  rubygems_mfa_required: 'true'
62
- post_install_message:
63
61
  rdoc_options: []
64
62
  require_paths:
65
63
  - lib
@@ -74,8 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
72
  - !ruby/object:Gem::Version
75
73
  version: '0'
76
74
  requirements: []
77
- rubygems_version: 3.5.11
78
- signing_key:
75
+ rubygems_version: 3.6.9
79
76
  specification_version: 4
80
77
  summary: Rubocop Config for Instructure
81
78
  test_files: []