Skip to content

Merge pull request #40 from redBorder/development #40

Merge pull request #40 from redBorder/development

Merge pull request #40 from redBorder/development #40

Triggered via push April 24, 2024 13:03
Status Failure
Total duration 35s
Artifacts

lint.yml

on: push
cookstyle
26s
cookstyle
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
cookstyle
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Layout/TrailingEmptyLines: 1 trailing blank lines detected. (https://rubystyle.guide#newline-eof)
cookstyle
[Correctable] Layout/EmptyLinesAroundModuleBody: Extra empty line detected at module body beginning. (https://rubystyle.guide#empty-lines-around-bodies)
cookstyle
[Correctable] Style/Next: Use next to skip iteration. (https://rubystyle.guide#no-nested-conditionals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/HashEachMethods: Use each_key instead of keys.each. (https://rubystyle.guide#hash-each)
cookstyle
[Correctable] Style/AndOr: Use && instead of and. (https://rubystyle.guide#no-and-or-or)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
cookstyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cookstyle
Lint/UselessAssignment: Useless assignment to variable - cdomain. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - scanner_nodes. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - vault_nodes. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - managers_all. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - has_redfish_monitors. Use _ or _has_redfish_monitors as a variable name to indicate that it won't be used. (https://rubystyle.guide#underscore-unused-vars)