Skip to content

Create Gemfile

Create Gemfile #2

Triggered via push September 27, 2023 11:10
Status Failure
Total duration 47s
Artifacts

lint.yml

on: push
cookstyle
37s
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/EmptyLines: Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)
cookstyle
[Correctable] Layout/CommentIndentation: Incorrect indentation detected (column 6 instead of 5).
cookstyle
[Correctable] Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
cookstyle
[Correctable] Layout/IndentationWidth: Use 2 (not 1) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
cookstyle
[Correctable] Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
cookstyle
[Correctable] Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
cookstyle
[Correctable] Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
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/DeprecatedOpenSSLConstant: Use OpenSSL::Digest.new('SHA1') instead of OpenSSL::Digest::SHA1.new.
cookstyle
Lint/UselessAssignment: Useless assignment to variable - nginx_cert_item. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
[Correctable] Lint/DeprecatedClassMethods: File.exists? is deprecated in favor of File.exist?.
cookstyle
[Correctable] Lint/DeprecatedClassMethods: File.exists? is deprecated in favor of File.exist?.
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)
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)