Skip to content

[chefstyle] import Chefstyle cops and config #191

[chefstyle] import Chefstyle cops and config

[chefstyle] import Chefstyle cops and config #191

Triggered via pull request January 16, 2024 21:00
Status Failure
Total duration 42s
Artifacts

lint.yml

on: pull_request
cookstyle
32s
cookstyle
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
cookstyle: lib/rubocop/cop/chefstyle/ruby/gemspec_license.rb#L33
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle: lib/rubocop/cop/chefstyle/ruby/legacy_powershell_out_methods.rb#L26
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle: lib/rubocop/cop/chefstyle/ruby/legacy_powershell_out_methods.rb#L27
[Correctable] Style/PercentLiteralDelimiters: %i-literals should be delimited by ( and ). (https://rubystyle.guide#percent-literal-braces)
cookstyle: lib/rubocop/cop/chefstyle/ruby/require_net_https.rb#L37
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle: lib/rubocop/cop/chefstyle/ruby/require_net_https.rb#L46
[Correctable] Style/BarePercentLiterals: Use % instead of %Q. (https://rubystyle.guide#percent-q-shorthand)
cookstyle: lib/rubocop/cop/chefstyle/ruby/require_net_https.rb#L46
[Correctable] Style/PercentLiteralDelimiters: %Q-literals should be delimited by ( and ). (https://rubystyle.guide#percent-literal-braces)
cookstyle: lib/rubocop/cop/chefstyle/ruby/unless_defined_require.rb#L32
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle: lib/rubocop/cop/chefstyle/ruby/unless_defined_require.rb#L32
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle: lib/rubocop/cop/chefstyle/ruby/unless_defined_require.rb#L33
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle: lib/rubocop/cop/chefstyle/ruby/unless_defined_require.rb#L33
[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: lib/rubocop/cop/chefstyle/ruby/gemspec_require_rubygems.rb#L35
[Correctable] Lint/UnusedBlockArgument: Unused block argument - r. You can omit the argument if you don't care about it. (https://rubystyle.guide#underscore-unused-vars)