release: 0.1.0-alpha.6 #149
Annotations
10 warnings
|
lint:
Rakefile#L17
Layout/TrailingWhitespace: Trailing whitespace detected.
|
|
lint:
finch-api.gemspec#L13
Gemspec/RequiredRubyVersion: `required_ruby_version` and `TargetRubyVersion` (3.1, which may be specified in .rubocop.yml) should be equal.
|
|
lint:
lib/finch-api.rb#L1
Naming/FileName: The name of this source file (`finch-api.rb`) should use snake_case.
|
|
lint:
lib/finch-api.rb#L5
Style/SpecialGlobalVars: Prefer `$PROGRAM_NAME` over `$0`.
|
|
lint:
lib/finch-api/type/array_of.rb#L34
Layout/LineLength: Line is too long. [114/110]
|
|
lint:
lib/finch-api/type/base_model.rb#L97
Layout/LineLength: Line is too long. [164/110]
|
|
lint:
lib/finch-api/type/base_model.rb#L208
Metrics/BlockLength: Block has too many lines. [28/25]
|
|
lint:
lib/finch-api/type/base_model.rb#L217
Lint/DuplicateBranch: Duplicate branch body detected.
|
|
lint:
lib/finch-api/type/hash_of.rb#L49
Layout/LineLength: Line is too long. [113/110]
|
|
lint:
lib/finch-api/type/union.rb#L123
Layout/LineLength: Line is too long. [117/110]
|