Remove ca_cert::update class #29
Annotations
9 errors
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L9
Style/IfUnlessModifier: Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`. (https://rubystyle.guide#if-as-a-modifier)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L19
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L22
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L27
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L33
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L45
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L54
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Run rake rubocop:
spec/classes/ca_cert_spec.rb#L65
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Run rake rubocop
Process completed with exit code 1.
|
Loading