Release 1.0.8 #20
Annotations
10 errors and 9 warnings
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/SpaceAroundOperators: Surrounding space missing for operator *. (https://rubystyle.guide#spaces-operators)
|
cookstyle
[Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator *. (https://rubystyle.guide#spaces-operators)
|
cookstyle
[Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator *. (https://rubystyle.guide#spaces-operators)
|
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/SpaceAfterComma: Space missing after comma. (https://rubystyle.guide#spaces-operators)
|
cookstyle
[Correctable] Layout/SpaceAfterComma: Space missing after comma. (https://rubystyle.guide#spaces-operators)
|
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/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
Lint/UselessAssignment: Useless assignment to variable - template_list. (https://rubystyle.guide#underscore-unused-vars)
|
cookstyle
Lint/UselessAssignment: Useless assignment to variable - dir_list. (https://rubystyle.guide#underscore-unused-vars)
|
cookstyle
[Correctable] Lint/UnifiedInteger: Use Integer instead of Fixnum.
|
cookstyle
[Correctable] Lint/UnifiedInteger: Use Integer instead of Fixnum.
|