Skip to content

Add support for NVME Controllers #41

Add support for NVME Controllers

Add support for NVME Controllers #41

Triggered via pull request May 15, 2024 00:44
Status Failure
Total duration 32s
Artifacts

ruby.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
rubocop: lib/fog/vsphere/models/compute/server.rb#L6
Metrics/ClassLength: Class has too many lines. [307/284]
rubocop: lib/fog/vsphere/models/compute/server.rb#L362
Naming/MethodName: Use snake_case for method names.
rubocop: lib/fog/vsphere/models/compute/server.rb#L364
Style/PreferredHashMethods: Use `Hash#key?` instead of `Hash#has_key?`.
rubocop: lib/fog/vsphere/models/compute/volume.rb#L98
Naming/AccessorMethodName: Do not prefix writer method names with `set_`.
rubocop: lib/fog/vsphere/requests/compute/create_vm.rb#L4
Metrics/ClassLength: Class has too many lines. [287/284]
rubocop: lib/fog/vsphere/requests/compute/create_vm.rb#L270
Naming/MethodName: Use snake_case for method names.
rubocop: lib/fog/vsphere/requests/compute/create_vm.rb#L271
Style/IfWithBooleanLiteralBranches: Remove redundant `if` with boolean literal branches.
rubocop: lib/fog/vsphere/requests/compute/create_vm.rb#L297
Layout/TrailingWhitespace: Trailing whitespace detected.
rubocop
Process completed with exit code 1.
rubocop
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.