Skip to content

Update metadata.rb

Update metadata.rb #21

Triggered via push January 19, 2024 16:55
Status Failure
Total duration 34s
Artifacts

lint.yml

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

Annotations

10 errors and 6 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
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)