Migrate the Reports page to GOV.UK Design System #640
ci.yml
on: pull_request
SNYK security analysis
/
sast
8s
SNYK security analysis
/
sca
11s
CodeQL SAST scan
/
Analyze
1m 50s
Dependency Review scan
/
dependency-review-pr
3s
Dependency Review scan
/
dependency-review-push
0s
Security Analysis
/
Run Brakeman
10s
Lint SCSS
/
Run Stylelint
19s
Lint JavaScript
/
Run Standardx
11s
Lint Ruby
/
Run RuboCop
17s
Test JavaScript
/
Run Jasmine
1m 14s
Test Ruby
/
Run Minitest
8m 28s
Annotations
5 errors and 4 warnings
Lint Ruby / Run RuboCop:
app/controllers/reports_controller.rb#L54
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end. (https://rubystyle.guide#empty-lines-around-bodies)
|
Lint Ruby / Run RuboCop:
test/functional/reports_controller_test.rb#L4
Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
|
Lint Ruby / Run RuboCop:
test/functional/reports_controller_test.rb#L25
Style/SymbolArray: Use `%i` or `%I` for an array of symbols. (https://rubystyle.guide#percent-i)
|
Lint Ruby / Run RuboCop:
test/functional/reports_controller_test.rb#L56
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. (https://rubystyle.guide#consistent-string-literals)
|
Lint Ruby / Run RuboCop
Process completed with exit code 1.
|
Lint JavaScript / Run Standardx
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint SCSS / Run Stylelint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test JavaScript / Run Jasmine
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Ruby / Run Minitest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|