Skip to content

Add nginx config & certs creation for rb-aioutliers #21

Add nginx config & certs creation for rb-aioutliers

Add nginx config & certs creation for rb-aioutliers #21

Triggered via pull request January 31, 2024 13:18
Status Failure
Total duration 29s
Artifacts

lint.yml

on: pull_request
cookstyle
21s
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/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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, r7kamura/rubocop-problem-matchers-action@v1. 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
[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?.