Add Trusted Computing Module (TPM) support #183
Closed
Annotations
2 errors and 10 warnings
|
rubocop
Process completed with exit code 1.
|
|
rubocop
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L58
[rubocop] reported by reviewdog 🐶
Avoid comma after the last item of a hash.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:58:47: C: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L48
[rubocop] reported by reviewdog 🐶
Provide an exception class and message as arguments to `raise`.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:48:11: C: Style/RaiseArgs: Provide an exception class and message as arguments to `raise`.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L44
[rubocop] reported by reviewdog 🐶
Provide an exception class and message as arguments to `raise`.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:44:11: C: Style/RaiseArgs: Provide an exception class and message as arguments to `raise`.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L36
[rubocop] reported by reviewdog 🐶
Provide an exception class and message as arguments to `raise`.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:36:11: C: Style/RaiseArgs: Provide an exception class and message as arguments to `raise`.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L35
[rubocop] reported by reviewdog 🐶
Trailing whitespace detected.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:35:115: C: Layout/TrailingWhitespace: Trailing whitespace detected.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L35
[rubocop] reported by reviewdog 🐶
Provide an exception class and message as arguments to `raise`.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:35:11: C: Style/RaiseArgs: Provide an exception class and message as arguments to `raise`.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L33
[rubocop] reported by reviewdog 🐶
Surrounding space missing in default value assignment.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:33:34: C: Layout/SpaceAroundEqualsInParameterDefault: Surrounding space missing in default value assignment.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L31
[rubocop] reported by reviewdog 🐶
Freeze mutable objects assigned to constants.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:31:17: C: Style/MutableConstant: Freeze mutable objects assigned to constants.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L27
[rubocop] reported by reviewdog 🐶
Freeze mutable objects assigned to constants.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:27:20: C: Style/MutableConstant: Freeze mutable objects assigned to constants.
|
|
rubocop:
lib/fog/libvirt/models/compute/tpm.rb#L23
[rubocop] reported by reviewdog 🐶
Freeze mutable objects assigned to constants.
Raw Output:
lib/fog/libvirt/models/compute/tpm.rb:23:18: C: Style/MutableConstant: Freeze mutable objects assigned to constants.
|
Loading