⬆️ Bump fog-openstack from 0.3.10 to 1.1.3 #306
Annotations
10 errors and 11 warnings
lint:
/Rakefile#L4
[Correctable] Style/ExpandPathArguments: Use expand_path('config/application', __dir__) instead of expand_path('../config/application', __FILE__).
|
lint:
/Vagrantfile#L4
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
lint:
/Vagrantfile#L4
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
lint:
/Vagrantfile#L6
Style/GlobalVars: Do not introduce global variables. (https://rubystyle.guide#instance-vars, https://www.zenspider.com/ruby/quickref.html)
|
lint:
/Vagrantfile#L7
[Correctable] Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using <<~ instead of <<. (https://rubystyle.guide#squiggly-heredocs)
|
lint:
/Vagrantfile#L16
[Correctable] Style/FetchEnvVar: Use ENV.fetch("PORT") or ENV.fetch("PORT", nil) instead of ENV["PORT"]. (https://rubystyle.guide/#hash-fetch-defaults)
|
lint:
/Vagrantfile#L16
[Correctable] Style/StringLiteralsInInterpolation: Prefer single-quoted strings inside interpolations.
|
lint:
/Vagrantfile#L63
Style/GlobalVars: Do not introduce global variables. (https://rubystyle.guide#instance-vars, https://www.zenspider.com/ruby/quickref.html)
|
lint:
/Vagrantfile#L64
[Correctable] Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using <<~ instead of <<. (https://rubystyle.guide#squiggly-heredocs)
|
lint:
/Vagrantfile#L87
[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
/Vagrantfile#L134
[Correctable] Lint/UnusedBlockArgument: Unused block argument - options. If it's necessary, use _ or _options as an argument name to indicate that it won't be used. (https://rubystyle.guide#underscore-unused-vars)
|
lint:
/config/application.rb#L190
[Correctable] Lint/SendWithMixinArgument: Use include ApplicationExtension instead of send :include, ApplicationExtension.
|
lint:
/config/application.rb#L191
[Correctable] Lint/SendWithMixinArgument: Use include AccessTokenExtension instead of send :include, AccessTokenExtension.
|
lint:
/config/application.rb#L192
[Correctable] Lint/SendWithMixinArgument: Use include AbstractController::Callbacks instead of send :include, AbstractController::Callbacks.
|
lint:
/config/application.rb#L193
[Correctable] Lint/SendWithMixinArgument: Use include Localized instead of send :include, Localized.
|
lint:
/config/initializers/content_security_policy.rb#L51
[Correctable] Lint/UnusedBlockArgument: Unused block argument - request. If it's necessary, use _ or _request as an argument name to indicate that it won't be used. Also consider using a proc without arguments instead of a lambda if you want it to accept any arguments but don't care about them. (https://rubystyle.guide#underscore-unused-vars)
|
lint:
/config/initializers/content_security_policy.rb#L76
[Correctable] Lint/UnusedBlockArgument: Unused block argument - p. You can omit the argument if you don't care about it. (https://rubystyle.guide#underscore-unused-vars)
|
lint:
/config/initializers/doorkeeper.rb#L170
[Correctable] Lint/UnusedBlockArgument: Unused block argument - resource_owner. If it's necessary, use _ or _resource_owner as an argument name to indicate that it won't be used. (https://rubystyle.guide#underscore-unused-vars)
|
lint:
/config/initializers/omniauth.rb#L7
Lint/UselessAssignment: Useless assignment to variable - options. Did you mean saml_options? (https://rubystyle.guide#underscore-unused-vars)
|
lint:
/config/initializers/paperclip.rb#L14
[Correctable] Lint/UnusedBlockArgument: Unused block argument - style. If it's necessary, use _ or _style as an argument name to indicate that it won't be used. (https://rubystyle.guide#underscore-unused-vars)
|