rubocop-inst 1.2.1 → 1.2.2
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 +2 -3
- metadata +6 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3975042f942bf49949719bb0e8a4d183a2a819e4a6688ad187e0cdc52833de3b
|
4
|
+
data.tar.gz: 0d58a58948bc9389de5a748c00ed8c7141f979e55399d085562d27ba16d8e09e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bcbe92c25da4e8fe87d1433bc1de9fcb69ef6e01b0a65f0bbdf73665149dc064fee140d967588fea5289213f4b9a69d6d6d65ab74133313bd7c9f1d05d5c765
|
7
|
+
data.tar.gz: db5f9d51480c4c9e10a445c3dbe5ece6acfc742ebfcd8d4c68ee3b229803639039829d97af354afc0134561529cbc915f49c8484a1f2bc6b555931c61d66e22c
|
data/rubocop.yml
CHANGED
@@ -7,9 +7,6 @@ AllCops:
|
|
7
7
|
- node_modules/**/*
|
8
8
|
- vendor/**/*
|
9
9
|
|
10
|
-
Gemspec/DevelopmentDependencies:
|
11
|
-
EnforcedStyle: gemspec
|
12
|
-
|
13
10
|
Layout/MultilineArrayLineBreaks:
|
14
11
|
Enabled: true
|
15
12
|
Layout/MultilineHashKeyLineBreaks:
|
@@ -46,6 +43,8 @@ Style/DateTime:
|
|
46
43
|
Enabled: true
|
47
44
|
Style/EmptyElse:
|
48
45
|
EnforcedStyle: empty # explicit nil indicates programmer intent
|
46
|
+
Style/FetchEnvVar:
|
47
|
+
Enabled: false # ENV is a hash, and should be treated as such (including checking if a key exists, if you care)
|
49
48
|
Style/FormatStringToken:
|
50
49
|
EnforcedStyle: template
|
51
50
|
Style/HashSyntax:
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-inst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Cutrer
|
8
|
+
autorequire:
|
8
9
|
bindir: bin
|
9
10
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: rubocop
|
@@ -43,20 +44,6 @@ dependencies:
|
|
43
44
|
- - "~>"
|
44
45
|
- !ruby/object:Gem::Version
|
45
46
|
version: '1.24'
|
46
|
-
- !ruby/object:Gem::Dependency
|
47
|
-
name: rubocop-rake
|
48
|
-
requirement: !ruby/object:Gem::Requirement
|
49
|
-
requirements:
|
50
|
-
- - "~>"
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.7'
|
53
|
-
type: :development
|
54
|
-
prerelease: false
|
55
|
-
version_requirements: !ruby/object:Gem::Requirement
|
56
|
-
requirements:
|
57
|
-
- - "~>"
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: '0.7'
|
60
47
|
description: Shared Rubocop configuration for all Instructure Ruby projects
|
61
48
|
email:
|
62
49
|
- cody@instructure.com
|
@@ -72,6 +59,7 @@ licenses:
|
|
72
59
|
metadata:
|
73
60
|
homepage_uri: https://github.com/instructure/rubocop-inst
|
74
61
|
rubygems_mfa_required: 'true'
|
62
|
+
post_install_message:
|
75
63
|
rdoc_options: []
|
76
64
|
require_paths:
|
77
65
|
- lib
|
@@ -86,7 +74,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
74
|
- !ruby/object:Gem::Version
|
87
75
|
version: '0'
|
88
76
|
requirements: []
|
89
|
-
rubygems_version: 3.
|
77
|
+
rubygems_version: 3.5.11
|
78
|
+
signing_key:
|
90
79
|
specification_version: 4
|
91
80
|
summary: Rubocop Config for Instructure
|
92
81
|
test_files: []
|