Update rubocop requirement from ~> 1.31.0 to ~> 1.64.0 #710
Annotations
10 errors and 1 warning
Run Rubocop:
lib/skylight/api.rb#L25
Use parentheses for super with arguments.
|
Run Rubocop:
lib/skylight/cli.rb#L108
Redundant use of Object#to_s in puts.
|
Run Rubocop:
lib/skylight/cli/merger.rb#L274
Use each_value instead of each and remove the unused _ block argument.
|
Run Rubocop:
lib/skylight/config.rb#L149
Reverse the order of the operands Util::Platform::OS == -"darwin".
|
Run Rubocop:
lib/skylight/extensions.rb#L30
Return false instead of nil in predicate methods.
|
Run Rubocop:
lib/skylight/gc.rb#L35
Use safe navigation (&.) instead of checking if an object exists before calling the method.
|
Run Rubocop:
lib/skylight/middleware.rb#L97
Use safe navigation (&.) instead of checking if an object exists before calling the method.
|
Run Rubocop:
lib/skylight/native_ext_fetcher.rb#L148
Use string ":" as argument instead of regexp /:/.
|
Run Rubocop:
lib/skylight/normalizers/render.rb#L61
Redundant safe navigation detected, use . instead.
|
Run Rubocop:
lib/skylight/probes/middleware.rb#L62
Call super without arguments and parentheses when the signature is identical.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading