client and issue documentation #5
Annotations
10 errors and 1 warning
rubocop:
lib/jira/resource/attachment.rb#L162
Layout/EmptyLines: Extra blank line detected.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L4
Style/NumericLiterals: Use underscores(_) as thousands separator and separate every 3 digits with them.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L5
Style/NumericLiterals: Use underscores(_) as thousands separator and separate every 3 digits with them.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L6
RSpec/LeadingSubject: Declare `subject` above any other `let` declarations.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L7
RSpec/DescribedClass: Use `described_class` instead of `JIRA::Resource::Attachment`.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L8
Layout/FirstArgumentIndentation: Indent the first argument one step more than the start of the previous line.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L9
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L9
Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
|
rubocop:
spec/jira/resource/attachment_spec.rb#L11
Layout/ClosingParenthesisIndentation: Indent `)` to column 6 (not 4)
|
rubocop:
spec/jira/resource/attachment_spec.rb#L14
RSpec/ScatteredLet: Group all let/let! blocks in the example group together.
|
rubocop
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|