Skip to content

Update LICENSE

Update LICENSE #5

Triggered via push October 8, 2023 13:34
Status Failure
Total duration 45s
Artifacts

lint.yml

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

Annotations

10 errors and 11 warnings
cookstyle
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
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] 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] 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] 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
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
[Correctable] Lint/UnusedBlockArgument: Unused block argument - original_group. If it's necessary, use _ or _original_group as an argument name to indicate that it won't be used. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
[Correctable] Layout/EndAlignment: end at 40, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 14, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 18, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 37, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 13, 2 is not aligned with class at 1, 0.
cookstyle
Lint/UselessAssignment: Useless assignment to variable - ip_regex. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - domain_db. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - domain_db. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
[Correctable] Chef/Deprecations/NodeSet: Do not use node.set. Replace with node.normal to keep identical behavior. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_nodeset)