release: 0.1.0-alpha.30 #259
Annotations
10 warnings
|
lint:
Rakefile#L17
Layout/TrailingWhitespace: Trailing whitespace detected.
|
|
lint:
Rakefile#L22
Style/SignalException: Always use `raise` to signal exceptions.
|
|
lint:
lib/orb.rb#L5
Style/SpecialGlobalVars: Prefer `$PROGRAM_NAME` over `$0`.
|
|
lint:
lib/orb/type/base_model.rb#L97
Layout/LineLength: Line is too long. [164/110]
|
|
lint:
lib/orb/type/base_model.rb#L208
Metrics/BlockLength: Block has too many lines. [28/25]
|
|
lint:
lib/orb/type/base_model.rb#L217
Lint/DuplicateBranch: Duplicate branch body detected.
|
|
lint:
lib/orb/type/converter.rb#L6
Metrics/ModuleLength: Module has too many lines. [112/100]
|
|
lint:
lib/orb/type/converter.rb#L146
Lint/SuppressedException: Do not suppress exceptions.
|
|
lint:
lib/orb/type/converter.rb#L146
Metrics/BlockNesting: Avoid more than 3 levels of block nesting.
|
|
lint:
lib/orb/type/converter.rb#L159
Lint/SuppressedException: Do not suppress exceptions.
|