way_of_working-code_linting-hdi 1.1.1 → 1.1.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/CHANGELOG.md +8 -1
- data/README.md +1 -1
- data/code_safety.yml +13 -17
- data/lib/way_of_working/code_linting/hdi/version.rb +1 -1
- metadata +5 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71fc9e493568cdf769f24bb5c0abbf0fdfe9aaf348c375aafef4c19dec9a5169
|
|
4
|
+
data.tar.gz: e80cc2d5e75f23b8c939b43da5b380c4c63fb6c513d11332aeb4338b3ec8d54a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2df9bf106916828237574386350f7afd39fe59edacb0842eb6308ebc88c16934fcc0aef90ff740cf93701fd2bd6fc35ebb7dfd3d9fe104c83e97df9264626ddd
|
|
7
|
+
data.tar.gz: 3204b1e3ad38bb0180e183fb15108446c139cce32750bd6df220f64bd59c6195825be0777133b7266618d2c7af329784f7156df0610c32c3f651c5998c00fa8c
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [1.1.2] - 2026-06-08
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Bumped the `way_of_working` dependency to `~> 2.1`
|
|
16
|
+
|
|
11
17
|
## [1.1.1] - 2025-11-28
|
|
12
18
|
|
|
13
19
|
### Changed
|
|
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
37
43
|
- Added MegaLinter for linting common file formats with generator command and rake task
|
|
38
44
|
- Added a GitHub audit rule to check that linting is used and configured correctly
|
|
39
45
|
|
|
40
|
-
[unreleased]: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/compare/v1.1.
|
|
46
|
+
[unreleased]: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/compare/v1.1.2...HEAD
|
|
47
|
+
[1.1.2]: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/compare/v1.1.1...v1.1.2
|
|
41
48
|
[1.1.1]: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/compare/v1.0.0...v1.1.1
|
|
42
49
|
[1.1.0]: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/compare/v1.0.0...v1.1.0
|
|
43
50
|
[1.0.0]: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/releases/tag/v1.0.0
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# WayOfWorking::CodeLinting::Hdi
|
|
2
2
|
|
|
3
3
|
<!-- Way of Working: Main Badge Holder Start -->
|
|
4
|
-

|
|
5
5
|
<!-- Way of Working: Additional Badge Holder Start -->
|
|
6
6
|
<!-- Way of Working: Badge Holder End -->
|
|
7
7
|
|
data/code_safety.yml
CHANGED
|
@@ -23,7 +23,7 @@ file safety:
|
|
|
23
23
|
".github/workflows/main.yml":
|
|
24
24
|
comments:
|
|
25
25
|
reviewed_by: timgentry
|
|
26
|
-
safe_revision:
|
|
26
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
27
27
|
".github/workflows/mega-linter.yml":
|
|
28
28
|
comments:
|
|
29
29
|
reviewed_by: timgentry
|
|
@@ -42,16 +42,16 @@ file safety:
|
|
|
42
42
|
safe_revision: b89ef4afd67d02b6f6ff323bb9accde2dcf2686d
|
|
43
43
|
CHANGELOG.md:
|
|
44
44
|
comments:
|
|
45
|
-
reviewed_by:
|
|
46
|
-
safe_revision:
|
|
45
|
+
reviewed_by: timgentry
|
|
46
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
47
47
|
Gemfile:
|
|
48
48
|
comments:
|
|
49
49
|
reviewed_by: timgentry
|
|
50
50
|
safe_revision: 82687366222b885cbc41449f5bbd30fe9440cd4c
|
|
51
51
|
Gemfile.lock:
|
|
52
52
|
comments:
|
|
53
|
-
reviewed_by:
|
|
54
|
-
safe_revision:
|
|
53
|
+
reviewed_by: timgentry
|
|
54
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
55
55
|
LICENSE.txt:
|
|
56
56
|
comments:
|
|
57
57
|
reviewed_by: shilpigoeldev
|
|
@@ -59,7 +59,7 @@ file safety:
|
|
|
59
59
|
README.md:
|
|
60
60
|
comments:
|
|
61
61
|
reviewed_by: timgentry
|
|
62
|
-
safe_revision:
|
|
62
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
63
63
|
Rakefile:
|
|
64
64
|
comments:
|
|
65
65
|
reviewed_by: shilpigoeldev
|
|
@@ -154,8 +154,8 @@ file safety:
|
|
|
154
154
|
safe_revision: 0c7aeda9a9a90b16cea0f1921e29b21d4f27e5ac
|
|
155
155
|
lib/way_of_working/code_linting/hdi/version.rb:
|
|
156
156
|
comments:
|
|
157
|
-
reviewed_by:
|
|
158
|
-
safe_revision:
|
|
157
|
+
reviewed_by: timgentry
|
|
158
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
159
159
|
test/resources/XcodeApp.xcodeproj/project.pbxproj:
|
|
160
160
|
comments:
|
|
161
161
|
reviewed_by: shilpigoeldev
|
|
@@ -164,10 +164,6 @@ file safety:
|
|
|
164
164
|
comments:
|
|
165
165
|
reviewed_by: shilpigoeldev
|
|
166
166
|
safe_revision: b89ef4afd67d02b6f6ff323bb9accde2dcf2686d
|
|
167
|
-
test/way_of_working/audit_github_stub_classes.rb:
|
|
168
|
-
comments:
|
|
169
|
-
reviewed_by: timgentry
|
|
170
|
-
safe_revision: 9c246b038991ac78d79effd5f960e90a6a3e4547
|
|
171
167
|
test/way_of_working/code_linting/hdi/generators/document_linters_test.rb:
|
|
172
168
|
comments:
|
|
173
169
|
reviewed_by: shilpigoeldev
|
|
@@ -182,12 +178,12 @@ file safety:
|
|
|
182
178
|
safe_revision: 0c7aeda9a9a90b16cea0f1921e29b21d4f27e5ac
|
|
183
179
|
test/way_of_working/code_linting/hdi/github_audit_rule_test.rb:
|
|
184
180
|
comments:
|
|
185
|
-
reviewed_by:
|
|
186
|
-
safe_revision:
|
|
181
|
+
reviewed_by: timgentry
|
|
182
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
187
183
|
test/way_of_working/code_linting/hdi/zeitwerk_loader_test.rb:
|
|
188
184
|
comments:
|
|
189
|
-
reviewed_by:
|
|
190
|
-
safe_revision:
|
|
185
|
+
reviewed_by: timgentry
|
|
186
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
|
191
187
|
test/way_of_working/code_linting/hdi_test.rb:
|
|
192
188
|
comments:
|
|
193
189
|
reviewed_by: shilpigoeldev
|
|
@@ -195,4 +191,4 @@ file safety:
|
|
|
195
191
|
way_of_working-code_linting-hdi.gemspec:
|
|
196
192
|
comments:
|
|
197
193
|
reviewed_by: timgentry
|
|
198
|
-
safe_revision:
|
|
194
|
+
safe_revision: 8fff2a6901fc08302f9144a621bfb855c8dd080e
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: way_of_working-code_linting-hdi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Gentry
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: octokit
|
|
@@ -30,14 +29,14 @@ dependencies:
|
|
|
30
29
|
requirements:
|
|
31
30
|
- - "~>"
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.
|
|
32
|
+
version: '2.1'
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
37
|
- - "~>"
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 2.
|
|
39
|
+
version: '2.1'
|
|
41
40
|
- !ruby/object:Gem::Dependency
|
|
42
41
|
name: zeitwerk
|
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -52,7 +51,6 @@ dependencies:
|
|
|
52
51
|
- - "~>"
|
|
53
52
|
- !ruby/object:Gem::Version
|
|
54
53
|
version: 2.6.18
|
|
55
|
-
description:
|
|
56
54
|
email:
|
|
57
55
|
- 52189+timgentry@users.noreply.github.com
|
|
58
56
|
executables: []
|
|
@@ -97,7 +95,6 @@ metadata:
|
|
|
97
95
|
homepage_uri: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi
|
|
98
96
|
source_code_uri: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi
|
|
99
97
|
changelog_uri: https://github.com/HealthDataInsight/way_of_working-code_linting-hdi/blob/main/CHANGELOG.md
|
|
100
|
-
post_install_message:
|
|
101
98
|
rdoc_options: []
|
|
102
99
|
require_paths:
|
|
103
100
|
- lib
|
|
@@ -112,8 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
109
|
- !ruby/object:Gem::Version
|
|
113
110
|
version: '0'
|
|
114
111
|
requirements: []
|
|
115
|
-
rubygems_version:
|
|
116
|
-
signing_key:
|
|
112
|
+
rubygems_version: 4.0.10
|
|
117
113
|
specification_version: 4
|
|
118
114
|
summary: Way of Working plugin for HDI code linting using MegaLinter and Rubocop
|
|
119
115
|
test_files: []
|