aaf-mdqt 0.8.9 → 0.8.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mdqt/version.rb +1 -1
- metadata +1 -40
- data/.cachedFiles +0 -19
- data/.dockerignore +0 -15
- data/.dockleignore +0 -0
- data/.editorconfig +0 -9
- data/.github/workflows/pr-housekeeping.yml +0 -14
- data/.github/workflows/ruby.yml +0 -41
- data/.github/workflows/self-approve-tidying.yml +0 -19
- data/.gitignore +0 -39
- data/.hadolint.yaml +0 -2
- data/.nvmrc +0 -1
- data/.prettierignore +0 -2
- data/.prettierrc +0 -6
- data/.rspec +0 -2
- data/.rubocop.yml +0 -1
- data/.rubocop_todo.yml +0 -296
- data/.ruby-version +0 -1
- data/.streerc +0 -6
- data/.tool-versions +0 -1
- data/.travis.yml +0 -7
- data/.vscode/extensions.json +0 -94
- data/CHANGELOG.md +0 -168
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -9
- data/LICENSE.txt +0 -21
- data/Makefile +0 -4
- data/README.md +0 -267
- data/Rakefile +0 -5
- data/aaf-mdqt.gemspec +0 -46
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/cucumber.yml +0 -2
- data/eslint.config.js +0 -85
- data/lib/tasks/cucumber.rake +0 -8
- data/lib/tasks/spec.rake +0 -5
- data/lib/tasks/tests.rake +0 -6
- data/lib/tasks/yard.rake +0 -6
- data/package.json +0 -18
- data/trivy.yaml +0 -4
- data/yarn.lock +0 -1900
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cc2bc55e897684661a090bba2b8ec7c528b5aa6d3bc5bd5220ed556fd764e70
|
4
|
+
data.tar.gz: 761690287c886a7c4ffa0413e66cfe7541895a22cfd8e07ff606e1d954d9c0ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 193d8fd0613e0032f2f557b0342ea7ccc01d6f0f61ca2d8263d6baa445eda57737382ad26d1e15b07e6feb5ad55164db904d66354d0e672961562130e8f23287
|
7
|
+
data.tar.gz: 910eed4e7cdca8ccd47b5d9f36b2f8fdd0ee39203d360fe25ce8dfe0ccb49365895d3ddbcc0b6fd2262d54e3bee5630922d8d8ea7373eeefa48ce1ee1784f93b
|
data/lib/mdqt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aaf-mdqt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pete Birkinshaw
|
@@ -242,38 +242,6 @@ executables:
|
|
242
242
|
extensions: []
|
243
243
|
extra_rdoc_files: []
|
244
244
|
files:
|
245
|
-
- ".cachedFiles"
|
246
|
-
- ".dockerignore"
|
247
|
-
- ".dockleignore"
|
248
|
-
- ".editorconfig"
|
249
|
-
- ".github/workflows/pr-housekeeping.yml"
|
250
|
-
- ".github/workflows/ruby.yml"
|
251
|
-
- ".github/workflows/self-approve-tidying.yml"
|
252
|
-
- ".gitignore"
|
253
|
-
- ".hadolint.yaml"
|
254
|
-
- ".nvmrc"
|
255
|
-
- ".prettierignore"
|
256
|
-
- ".prettierrc"
|
257
|
-
- ".rspec"
|
258
|
-
- ".rubocop.yml"
|
259
|
-
- ".rubocop_todo.yml"
|
260
|
-
- ".ruby-version"
|
261
|
-
- ".streerc"
|
262
|
-
- ".tool-versions"
|
263
|
-
- ".travis.yml"
|
264
|
-
- ".vscode/extensions.json"
|
265
|
-
- CHANGELOG.md
|
266
|
-
- CODE_OF_CONDUCT.md
|
267
|
-
- Gemfile
|
268
|
-
- LICENSE.txt
|
269
|
-
- Makefile
|
270
|
-
- README.md
|
271
|
-
- Rakefile
|
272
|
-
- aaf-mdqt.gemspec
|
273
|
-
- bin/console
|
274
|
-
- bin/setup
|
275
|
-
- cucumber.yml
|
276
|
-
- eslint.config.js
|
277
245
|
- exe/mdqt
|
278
246
|
- lib/mdqt.rb
|
279
247
|
- lib/mdqt/cli.rb
|
@@ -315,13 +283,6 @@ files:
|
|
315
283
|
- lib/mdqt/schema/xml.xsd
|
316
284
|
- lib/mdqt/schema/xmldsig-core-schema.xsd
|
317
285
|
- lib/mdqt/version.rb
|
318
|
-
- lib/tasks/cucumber.rake
|
319
|
-
- lib/tasks/spec.rake
|
320
|
-
- lib/tasks/tests.rake
|
321
|
-
- lib/tasks/yard.rake
|
322
|
-
- package.json
|
323
|
-
- trivy.yaml
|
324
|
-
- yarn.lock
|
325
286
|
homepage: https://github.com/Digital-Identity-Labs/mdqt
|
326
287
|
licenses:
|
327
288
|
- MIT
|
data/.cachedFiles
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
workflows/distributions/.cachedFiles
|
2
|
-
workflows/distributions/.dockerignore
|
3
|
-
workflows/distributions/.dockleignore
|
4
|
-
workflows/distributions/.editorconfig
|
5
|
-
workflows/distributions/.github/workflows/deploy.yml
|
6
|
-
workflows/distributions/.github/workflows/pr-housekeeping.yml
|
7
|
-
workflows/distributions/.github/workflows/self-approve-tidying.yml
|
8
|
-
workflows/distributions/.github/workflows/sync-development.yml
|
9
|
-
workflows/distributions/.gitignore
|
10
|
-
workflows/distributions/.hadolint.yaml
|
11
|
-
workflows/distributions/.nvmrc
|
12
|
-
workflows/distributions/.prettierignore
|
13
|
-
workflows/distributions/.prettierrc
|
14
|
-
workflows/distributions/.streerc
|
15
|
-
workflows/distributions/.vscode/extensions.json
|
16
|
-
workflows/distributions/eslint.config.js
|
17
|
-
workflows/distributions/package.json
|
18
|
-
workflows/distributions/trivy.yaml
|
19
|
-
workflows/distributions/yarn.lock
|
data/.dockerignore
DELETED
data/.dockleignore
DELETED
File without changes
|
data/.editorconfig
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
name: PR Housekeeping
|
2
|
-
on:
|
3
|
-
pull_request:
|
4
|
-
types: [opened, reopened]
|
5
|
-
jobs:
|
6
|
-
pr_housekeeping:
|
7
|
-
name: 'PR Housekeeping'
|
8
|
-
permissions:
|
9
|
-
contents: write
|
10
|
-
issues: write
|
11
|
-
pull-requests: write
|
12
|
-
secrets:
|
13
|
-
REPO_SCOPED_TOKEN: ${{secrets.ALL_REPO_SCOPED_TOKEN_2}}
|
14
|
-
uses: ausaccessfed/workflows/.github/workflows/pr-housekeeping.yml@main
|
data/.github/workflows/ruby.yml
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
# This workflow uses actions that are not certified by GitHub.
|
2
|
-
# They are provided by a third-party and are governed by
|
3
|
-
# separate terms of service, privacy policy, and support
|
4
|
-
# documentation.
|
5
|
-
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
|
6
|
-
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
|
7
|
-
|
8
|
-
name: Ruby
|
9
|
-
|
10
|
-
env:
|
11
|
-
LANG: "en_GB.UTF-8"
|
12
|
-
|
13
|
-
on:
|
14
|
-
push:
|
15
|
-
branches: [ "master" ]
|
16
|
-
pull_request:
|
17
|
-
branches: [ "master" ]
|
18
|
-
|
19
|
-
permissions:
|
20
|
-
contents: read
|
21
|
-
|
22
|
-
jobs:
|
23
|
-
test:
|
24
|
-
|
25
|
-
runs-on: ubuntu-latest
|
26
|
-
strategy:
|
27
|
-
matrix:
|
28
|
-
ruby-version: ['3.0']
|
29
|
-
|
30
|
-
steps:
|
31
|
-
- uses: actions/checkout@v4
|
32
|
-
- name: Set up Ruby
|
33
|
-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
34
|
-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
35
|
-
# uses: ruby/setup-ruby@v1
|
36
|
-
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
|
37
|
-
with:
|
38
|
-
ruby-version: ${{ matrix.ruby-version }}
|
39
|
-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
40
|
-
- name: Run tests
|
41
|
-
run: bundle exec rake features
|
@@ -1,19 +0,0 @@
|
|
1
|
-
name: Self-approve tidying
|
2
|
-
on:
|
3
|
-
issue_comment:
|
4
|
-
types: [created]
|
5
|
-
jobs:
|
6
|
-
all:
|
7
|
-
permissions:
|
8
|
-
id-token: write
|
9
|
-
contents: read
|
10
|
-
statuses: write
|
11
|
-
issues: read
|
12
|
-
pull-requests: write
|
13
|
-
secrets:
|
14
|
-
REPO_SCOPED_TOKEN: ${{secrets.ALL_REPO_SCOPED_TOKEN_2}}
|
15
|
-
uses: ausaccessfed/workflows/.github/workflows/self-approve-tidying.yml@main
|
16
|
-
with:
|
17
|
-
event_name: ${{ github.event_name }}
|
18
|
-
event_comment_id: ${{ github.event.comment.id }}
|
19
|
-
event_comment_body: ${{ github.event.comment.body }}
|
data/.gitignore
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
public/*
|
2
|
-
coverage
|
3
|
-
tmp
|
4
|
-
log
|
5
|
-
vendor
|
6
|
-
.DS_Store
|
7
|
-
dump.rdb
|
8
|
-
.idea
|
9
|
-
.env
|
10
|
-
!.*env*.dist
|
11
|
-
.vscode/*
|
12
|
-
!**/*vscode/extensions.json
|
13
|
-
node_modules
|
14
|
-
#EOF_DISTRIBUTION
|
15
|
-
/.bundle/
|
16
|
-
/.yardoc
|
17
|
-
/Gemfile.lock
|
18
|
-
/_yardoc/
|
19
|
-
/coverage/
|
20
|
-
/doc/
|
21
|
-
/pkg/
|
22
|
-
/spec/reports/
|
23
|
-
/tmp/
|
24
|
-
/out.xml
|
25
|
-
/out.txt
|
26
|
-
/mdqt_cache.log
|
27
|
-
*.gem
|
28
|
-
/ukfederation-mdq.pem
|
29
|
-
/mdq-beta-cert.pem
|
30
|
-
/out
|
31
|
-
/xout
|
32
|
-
out*.xml
|
33
|
-
/.idea
|
34
|
-
/*.xml
|
35
|
-
/bt
|
36
|
-
*.html
|
37
|
-
/t/aggregate.xml
|
38
|
-
/t/indiid.xml
|
39
|
-
/t/uom.xml
|
data/.hadolint.yaml
DELETED
data/.nvmrc
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
16
|
data/.prettierignore
DELETED
data/.prettierrc
DELETED
data/.rspec
DELETED
data/.rubocop.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
inherit_from: .rubocop_todo.yml
|
data/.rubocop_todo.yml
DELETED
@@ -1,296 +0,0 @@
|
|
1
|
-
# This configuration was generated by
|
2
|
-
# `rubocop --auto-gen-config`
|
3
|
-
# on 2018-05-03 07:42:59 +0100 using RuboCop version 0.55.0.
|
4
|
-
# The point is for the user to remove these configuration records
|
5
|
-
# one by one as the offenses are removed from the code base.
|
6
|
-
# Note that changes in the inspected code, or installation of new
|
7
|
-
# versions of RuboCop, may require this file to be generated again.
|
8
|
-
|
9
|
-
# Offense count: 1
|
10
|
-
# Cop supports --auto-correct.
|
11
|
-
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
|
12
|
-
# Include: **/*.gemspec
|
13
|
-
Gemspec/OrderedDependencies:
|
14
|
-
Exclude:
|
15
|
-
- 'aaf-mdqt.gemspec'
|
16
|
-
|
17
|
-
# Offense count: 1
|
18
|
-
# Configuration parameters: Include.
|
19
|
-
# Include: **/*.gemspec
|
20
|
-
Gemspec/RequiredRubyVersion:
|
21
|
-
Exclude:
|
22
|
-
- 'aaf-mdqt.gemspec'
|
23
|
-
|
24
|
-
# Offense count: 1
|
25
|
-
# Cop supports --auto-correct.
|
26
|
-
Layout/CommentIndentation:
|
27
|
-
Exclude:
|
28
|
-
- 'lib/mdqt/cli/base.rb'
|
29
|
-
|
30
|
-
# Offense count: 1
|
31
|
-
# Cop supports --auto-correct.
|
32
|
-
# Configuration parameters: AllowBorderComment, AllowMarginComment.
|
33
|
-
Layout/EmptyComment:
|
34
|
-
Exclude:
|
35
|
-
- 'lib/mdqt/cli/base.rb'
|
36
|
-
|
37
|
-
# Offense count: 1
|
38
|
-
# Cop supports --auto-correct.
|
39
|
-
Layout/EmptyLineAfterMagicComment:
|
40
|
-
Exclude:
|
41
|
-
- 'aaf-mdqt.gemspec'
|
42
|
-
|
43
|
-
# Offense count: 3
|
44
|
-
# Cop supports --auto-correct.
|
45
|
-
Layout/EmptyLines:
|
46
|
-
Exclude:
|
47
|
-
- 'lib/mdqt/cli.rb'
|
48
|
-
- 'aaf-mdqt.gemspec'
|
49
|
-
- 'spec/client/client_spec.rb'
|
50
|
-
|
51
|
-
# Offense count: 3
|
52
|
-
# Cop supports --auto-correct.
|
53
|
-
# Configuration parameters: EnforcedStyle.
|
54
|
-
# SupportedStyles: empty_lines, no_empty_lines
|
55
|
-
Layout/EmptyLinesAroundBlockBody:
|
56
|
-
Exclude:
|
57
|
-
- 'exe/mdqt'
|
58
|
-
- 'spec/client/client_spec.rb'
|
59
|
-
|
60
|
-
# Offense count: 22
|
61
|
-
# Cop supports --auto-correct.
|
62
|
-
# Configuration parameters: EnforcedStyle.
|
63
|
-
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
|
64
|
-
Layout/EmptyLinesAroundClassBody:
|
65
|
-
Exclude:
|
66
|
-
- 'lib/mdqt/cli.rb'
|
67
|
-
- 'lib/mdqt/cli/base.rb'
|
68
|
-
- 'lib/mdqt/cli/defaults.rb'
|
69
|
-
- 'lib/mdqt/cli/get.rb'
|
70
|
-
- 'lib/mdqt/client.rb'
|
71
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
72
|
-
|
73
|
-
# Offense count: 11
|
74
|
-
# Cop supports --auto-correct.
|
75
|
-
Layout/EmptyLinesAroundMethodBody:
|
76
|
-
Exclude:
|
77
|
-
- 'lib/mdqt/cli/base.rb'
|
78
|
-
- 'lib/mdqt/cli/get.rb'
|
79
|
-
- 'lib/mdqt/client.rb'
|
80
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
81
|
-
|
82
|
-
# Offense count: 7
|
83
|
-
# Cop supports --auto-correct.
|
84
|
-
# Configuration parameters: EnforcedStyle.
|
85
|
-
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
|
86
|
-
Layout/EmptyLinesAroundModuleBody:
|
87
|
-
Exclude:
|
88
|
-
- 'lib/mdqt.rb'
|
89
|
-
- 'lib/mdqt/cli.rb'
|
90
|
-
- 'lib/mdqt/cli/base.rb'
|
91
|
-
- 'lib/mdqt/cli/get.rb'
|
92
|
-
- 'lib/mdqt/client.rb'
|
93
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
94
|
-
|
95
|
-
# Offense count: 1
|
96
|
-
# Cop supports --auto-correct.
|
97
|
-
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
|
98
|
-
Layout/ExtraSpacing:
|
99
|
-
Exclude:
|
100
|
-
- 'aaf-mdqt.gemspec'
|
101
|
-
|
102
|
-
# Offense count: 3
|
103
|
-
# Cop supports --auto-correct.
|
104
|
-
Layout/LeadingCommentSpace:
|
105
|
-
Exclude:
|
106
|
-
- 'exe/mdqt'
|
107
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
108
|
-
|
109
|
-
# Offense count: 1
|
110
|
-
# Cop supports --auto-correct.
|
111
|
-
Layout/SpaceAfterComma:
|
112
|
-
Exclude:
|
113
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
114
|
-
|
115
|
-
# Offense count: 1
|
116
|
-
# Cop supports --auto-correct.
|
117
|
-
# Configuration parameters: .
|
118
|
-
# SupportedStyles: space, no_space
|
119
|
-
Layout/SpaceAroundEqualsInParameterDefault:
|
120
|
-
EnforcedStyle: no_space
|
121
|
-
|
122
|
-
# Offense count: 1
|
123
|
-
# Cop supports --auto-correct.
|
124
|
-
# Configuration parameters: AllowForAlignment.
|
125
|
-
Layout/SpaceAroundOperators:
|
126
|
-
Exclude:
|
127
|
-
- 'aaf-mdqt.gemspec'
|
128
|
-
|
129
|
-
# Offense count: 1
|
130
|
-
# Cop supports --auto-correct.
|
131
|
-
# Configuration parameters: AllowForAlignment.
|
132
|
-
Layout/SpaceBeforeFirstArg:
|
133
|
-
Exclude:
|
134
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
135
|
-
|
136
|
-
# Offense count: 2
|
137
|
-
# Cop supports --auto-correct.
|
138
|
-
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
|
139
|
-
# SupportedStyles: space, no_space
|
140
|
-
# SupportedStylesForEmptyBraces: space, no_space
|
141
|
-
Layout/SpaceInsideBlockBraces:
|
142
|
-
Exclude:
|
143
|
-
- 'lib/mdqt/cli/get.rb'
|
144
|
-
|
145
|
-
# Offense count: 7
|
146
|
-
# Cop supports --auto-correct.
|
147
|
-
# Configuration parameters: EnforcedStyle.
|
148
|
-
# SupportedStyles: final_newline, final_blank_line
|
149
|
-
Layout/TrailingBlankLines:
|
150
|
-
Exclude:
|
151
|
-
- 'exe/mdqt'
|
152
|
-
- 'lib/mdqt/cli.rb'
|
153
|
-
- 'lib/mdqt/cli/base.rb'
|
154
|
-
- 'lib/mdqt/cli/defaults.rb'
|
155
|
-
- 'lib/mdqt/client.rb'
|
156
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
157
|
-
- 'spec/client/client_spec.rb'
|
158
|
-
|
159
|
-
# Offense count: 2
|
160
|
-
# Cop supports --auto-correct.
|
161
|
-
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
|
162
|
-
Lint/UnusedBlockArgument:
|
163
|
-
Exclude:
|
164
|
-
- 'exe/mdqt'
|
165
|
-
|
166
|
-
# Offense count: 2
|
167
|
-
# Cop supports --auto-correct.
|
168
|
-
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
|
169
|
-
Lint/UnusedMethodArgument:
|
170
|
-
Exclude:
|
171
|
-
- 'lib/mdqt/cli/base.rb'
|
172
|
-
|
173
|
-
# Offense count: 1
|
174
|
-
Lint/UselessAssignment:
|
175
|
-
Exclude:
|
176
|
-
- 'lib/mdqt/client.rb'
|
177
|
-
|
178
|
-
# Offense count: 1
|
179
|
-
# Configuration parameters: CountComments.
|
180
|
-
Metrics/MethodLength:
|
181
|
-
Max: 13
|
182
|
-
|
183
|
-
# Offense count: 8
|
184
|
-
Style/Documentation:
|
185
|
-
Exclude:
|
186
|
-
- 'spec/**/*'
|
187
|
-
- 'test/**/*'
|
188
|
-
- 'lib/mdqt.rb'
|
189
|
-
- 'lib/mdqt/cli.rb'
|
190
|
-
- 'lib/mdqt/cli/base.rb'
|
191
|
-
- 'lib/mdqt/cli/defaults.rb'
|
192
|
-
- 'lib/mdqt/cli/get.rb'
|
193
|
-
- 'lib/mdqt/client.rb'
|
194
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
195
|
-
|
196
|
-
# Offense count: 1
|
197
|
-
# Cop supports --auto-correct.
|
198
|
-
Style/Encoding:
|
199
|
-
Exclude:
|
200
|
-
- 'aaf-mdqt.gemspec'
|
201
|
-
|
202
|
-
# Offense count: 2
|
203
|
-
# Cop supports --auto-correct.
|
204
|
-
Style/ExpandPathArguments:
|
205
|
-
Exclude:
|
206
|
-
- 'aaf-mdqt.gemspec'
|
207
|
-
- 'spec/spec_helper.rb'
|
208
|
-
|
209
|
-
# Offense count: 16
|
210
|
-
# Cop supports --auto-correct.
|
211
|
-
# Configuration parameters: EnforcedStyle.
|
212
|
-
# SupportedStyles: when_needed, always, never
|
213
|
-
Style/FrozenStringLiteralComment:
|
214
|
-
Enabled: false
|
215
|
-
|
216
|
-
# Offense count: 2
|
217
|
-
# Cop supports --auto-correct.
|
218
|
-
# Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
|
219
|
-
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
|
220
|
-
Style/HashSyntax:
|
221
|
-
Exclude:
|
222
|
-
- 'Rakefile'
|
223
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
224
|
-
|
225
|
-
# Offense count: 1
|
226
|
-
# Cop supports --auto-correct.
|
227
|
-
Style/MutableConstant:
|
228
|
-
Exclude:
|
229
|
-
- 'lib/mdqt/version.rb'
|
230
|
-
|
231
|
-
# Offense count: 1
|
232
|
-
# Cop supports --auto-correct.
|
233
|
-
# Configuration parameters: Whitelist.
|
234
|
-
# Whitelist: be, be_a, be_an, be_between, be_falsey, be_kind_of, be_instance_of, be_truthy, be_within, eq, eql, end_with, include, match, raise_error, respond_to, start_with
|
235
|
-
Style/NestedParenthesizedCalls:
|
236
|
-
Exclude:
|
237
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
238
|
-
|
239
|
-
# Offense count: 2
|
240
|
-
# Cop supports --auto-correct.
|
241
|
-
# Configuration parameters: PreferredDelimiters.
|
242
|
-
Style/PercentLiteralDelimiters:
|
243
|
-
Exclude:
|
244
|
-
- 'aaf-mdqt.gemspec'
|
245
|
-
|
246
|
-
# Offense count: 1
|
247
|
-
# Cop supports --auto-correct.
|
248
|
-
Style/RedundantSelf:
|
249
|
-
Exclude:
|
250
|
-
- 'lib/mdqt/cli/base.rb'
|
251
|
-
|
252
|
-
# Offense count: 37
|
253
|
-
# Cop supports --auto-correct.
|
254
|
-
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
|
255
|
-
# SupportedStyles: single_quotes, double_quotes
|
256
|
-
Style/StringLiterals:
|
257
|
-
Exclude:
|
258
|
-
- 'Rakefile'
|
259
|
-
- 'bin/console'
|
260
|
-
- 'lib/mdqt.rb'
|
261
|
-
- 'lib/mdqt/cli/base.rb'
|
262
|
-
- 'lib/mdqt/cli/get.rb'
|
263
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
264
|
-
- 'lib/mdqt/version.rb'
|
265
|
-
- 'aaf-mdqt.gemspec'
|
266
|
-
- 'spec/mdqt_spec.rb'
|
267
|
-
- 'spec/spec_helper.rb'
|
268
|
-
|
269
|
-
# Offense count: 1
|
270
|
-
# Cop supports --auto-correct.
|
271
|
-
# Configuration parameters: EnforcedStyleForMultiline.
|
272
|
-
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
|
273
|
-
Style/TrailingCommaInHashLiteral:
|
274
|
-
Exclude:
|
275
|
-
- 'lib/mdqt/cli/defaults.rb'
|
276
|
-
|
277
|
-
# Offense count: 3
|
278
|
-
# Cop supports --auto-correct.
|
279
|
-
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
|
280
|
-
# Whitelist: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym
|
281
|
-
Style/TrivialAccessors:
|
282
|
-
Exclude:
|
283
|
-
- 'lib/mdqt/client.rb'
|
284
|
-
- 'lib/mdqt/client/metadata_service.rb'
|
285
|
-
|
286
|
-
# Offense count: 2
|
287
|
-
# Cop supports --auto-correct.
|
288
|
-
Style/UnneededPercentQ:
|
289
|
-
Exclude:
|
290
|
-
- 'aaf-mdqt.gemspec'
|
291
|
-
|
292
|
-
# Offense count: 7
|
293
|
-
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
294
|
-
# URISchemes: http, https
|
295
|
-
Metrics/LineLength:
|
296
|
-
Max: 130
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
3.3.6
|
data/.streerc
DELETED
data/.tool-versions
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
ruby 3.3.6
|
data/.travis.yml
DELETED
data/.vscode/extensions.json
DELETED
@@ -1,94 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"recommendations": [
|
3
|
-
//html
|
4
|
-
"formulahendry.auto-close-tag",
|
5
|
-
"formulahendry.auto-complete-tag",
|
6
|
-
"formulahendry.auto-rename-tag",
|
7
|
-
"ecmel.vscode-html-css",
|
8
|
-
"redhat.vscode-xml",
|
9
|
-
"redhat.vscode-yaml",
|
10
|
-
|
11
|
-
// shell
|
12
|
-
"foxundermoon.shell-format",
|
13
|
-
|
14
|
-
// css
|
15
|
-
"mrmlnc.vscode-scss",
|
16
|
-
"stylelint.vscode-stylelint",
|
17
|
-
|
18
|
-
// js
|
19
|
-
"steoates.autoimport",
|
20
|
-
"mgmcdermott.vscode-language-babel",
|
21
|
-
"dbaeumer.vscode-eslint",
|
22
|
-
"Orta.vscode-jest",
|
23
|
-
"leizongmin.node-module-intellisense",
|
24
|
-
"christian-kohler.npm-intellisense",
|
25
|
-
"esbenp.prettier-vscode",
|
26
|
-
|
27
|
-
// linting
|
28
|
-
"dbaeumer.vscode-eslint",
|
29
|
-
"rvest.vs-code-prettier-eslint",
|
30
|
-
|
31
|
-
//jinja
|
32
|
-
"samuelcolvin.jinjahtml",
|
33
|
-
|
34
|
-
// spell checker
|
35
|
-
"streetsidesoftware.code-spell-checker",
|
36
|
-
|
37
|
-
// coverage
|
38
|
-
"ryanluker.vscode-coverage-gutters",
|
39
|
-
|
40
|
-
//env
|
41
|
-
"mikestead.dotenv",
|
42
|
-
|
43
|
-
// editorconfig
|
44
|
-
"EditorConfig.EditorConfig",
|
45
|
-
|
46
|
-
// ruby
|
47
|
-
"aliariff.vscode-erb-beautify",
|
48
|
-
"rubocop.vscode-rubocop",
|
49
|
-
"Shopify.ruby-lsp",
|
50
|
-
"connorshea.vscode-ruby-test-adapter",
|
51
|
-
"sianglim.slim",
|
52
|
-
"aliariff.slim-lint",
|
53
|
-
"KoichiSasada.vscode-rdbg",
|
54
|
-
|
55
|
-
// random
|
56
|
-
"ue.alphabetical-sorter",
|
57
|
-
"kisstkondoros.vscode-gutter-preview",
|
58
|
-
"christian-kohler.path-intellisense",
|
59
|
-
"alefragnani.project-manager",
|
60
|
-
"cssho.vscode-svgviewer",
|
61
|
-
"TabNine.tabnine-vscode",
|
62
|
-
"wayou.vscode-todo-highlight",
|
63
|
-
"aaron-bond.better-comments",
|
64
|
-
"vscode-icons-team.vscode-icons",
|
65
|
-
"tomoki1207.pdf",
|
66
|
-
|
67
|
-
//test
|
68
|
-
"ms-vscode.test-adapter-converter",
|
69
|
-
"hbenl.vscode-test-explorer",
|
70
|
-
|
71
|
-
//github
|
72
|
-
"github.vscode-github-actions",
|
73
|
-
|
74
|
-
// git
|
75
|
-
"codezombiech.gitignore",
|
76
|
-
"qezhu.gitlink",
|
77
|
-
"eamodio.gitlens",
|
78
|
-
|
79
|
-
// terraform
|
80
|
-
"hashicorp.terraform",
|
81
|
-
"4ops.terraform",
|
82
|
-
|
83
|
-
//helm
|
84
|
-
"Tim-Koehler.helm-intellisense",
|
85
|
-
|
86
|
-
// live share
|
87
|
-
"ms-vsliveshare.vsliveshare",
|
88
|
-
|
89
|
-
// markdown
|
90
|
-
"yzhang.markdown-all-in-one",
|
91
|
-
"bierner.markdown-mermaid",
|
92
|
-
"DavidAnson.vscode-markdownlint"
|
93
|
-
]
|
94
|
-
}
|