41 tests / No failures / 82 warnings
Rule Name | Conclusion | Count |
---|---|---|
lib/qbot.rb | ||
com.puppycrawl.tools.checkstyle.Style/MagicCommentFormat | 1 | |
lib/qbot/arch_repos.rb | ||
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters | 1 | |
lib/qbot/breaking_wrap.rb | ||
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters | 2 | |
com.puppycrawl.tools.checkstyle.Style/RedundantArgument | 1 | |
lib/qbot/colorlib.rb | ||
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence | 12 | |
lib/qbot/db/migrate/20230410_rename_server_config_contents.rb | ||
com.puppycrawl.tools.checkstyle.Style/Documentation | 1 | |
lib/qbot/db/migrate/20230414_schema_reworks.rb | ||
com.puppycrawl.tools.checkstyle.Metrics/AbcSize | 1 | |
com.puppycrawl.tools.checkstyle.Metrics/MethodLength | 1 | |
com.puppycrawl.tools.checkstyle.Style/Documentation | 1 | |
lib/qbot/db/migrate/20230415_add_pending_members.rb | ||
com.puppycrawl.tools.checkstyle.Style/Documentation | 1 | |
lib/qbot/db/migrate/20230415_remove_blacklist.rb | ||
com.puppycrawl.tools.checkstyle.Style/Documentation | 1 | |
lib/qbot/db/migrate/20230424_create_delayed_jobs.rb | ||
com.puppycrawl.tools.checkstyle.Layout/LineLength | 2 | |
com.puppycrawl.tools.checkstyle.Layout/TrailingEmptyLines | 1 | |
com.puppycrawl.tools.checkstyle.Metrics/MethodLength | 1 | |
com.puppycrawl.tools.checkstyle.Style/StringLiterals | 1 | |
com.puppycrawl.tools.checkstyle.Style/SymbolArray | 1 | |
lib/qbot/init.rb | ||
com.puppycrawl.tools.checkstyle.Layout/TrailingWhitespace | 1 | |
lib/qbot/jobs/test_job.rb | ||
com.puppycrawl.tools.checkstyle.Style/Documentation | 1 | |
modules/admin/config_ui.rb | ||
com.puppycrawl.tools.checkstyle.Metrics/ModuleLength | 1 | |
modules/colors.rb | ||
com.puppycrawl.tools.checkstyle.Layout/TrailingWhitespace | 1 | |
modules/polls.rb | ||
com.puppycrawl.tools.checkstyle.Layout/LineEndStringConcatenationIndentation | 1 | |
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence | 2 | |
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters | 2 | |
modules/sitelenpona.rb | ||
com.puppycrawl.tools.checkstyle.Layout/TrailingWhitespace | 1 | |
modules/snippets.rb | ||
com.puppycrawl.tools.checkstyle.Layout/TrailingWhitespace | 1 | |
modules/tio.rb | ||
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters | 1 |
Annotations
Check warning on line 1 in lib/qbot.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/MagicCommentFormat
com.puppycrawl.tools.checkstyle.Style/MagicCommentFormat: Style/MagicCommentFormat: Prefer lower snake case for magic comments.
Check warning on line 75 in lib/qbot/arch_repos.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters: Style/BlockDelimiters: Prefer `{...}` over `do...end` for functional blocks.
Check warning on line 10 in lib/qbot/breaking_wrap.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/RedundantArgument
com.puppycrawl.tools.checkstyle.Style/RedundantArgument: Style/RedundantArgument: Argument ' ' is redundant because it is implied by default.
Check warning on line 10 in lib/qbot/breaking_wrap.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters: Style/BlockDelimiters: Prefer `{...}` over `do...end` for functional blocks.
Check warning on line 13 in lib/qbot/breaking_wrap.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters
com.puppycrawl.tools.checkstyle.Style/BlockDelimiters: Style/BlockDelimiters: Prefer `{...}` over `do...end` for functional blocks.
Check warning on line 47 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 47 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 47 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 56 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 69 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 69 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 70 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 71 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 71 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 81 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 81 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 81 in lib/qbot/colorlib.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence
com.puppycrawl.tools.checkstyle.Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence: Wrap expressions with varying precedence with parentheses to avoid ambiguity.
Check warning on line 3 in lib/qbot/db/migrate/20230410_rename_server_config_contents.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/Documentation
com.puppycrawl.tools.checkstyle.Style/Documentation: Style/Documentation: Missing top-level documentation comment for `class RenameServerConfigContents`.
Check warning on line 3 in lib/qbot/db/migrate/20230414_schema_reworks.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/Documentation
com.puppycrawl.tools.checkstyle.Style/Documentation: Style/Documentation: Missing top-level documentation comment for `class SchemaReworks`.
Check warning on line 4 in lib/qbot/db/migrate/20230414_schema_reworks.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Metrics/AbcSize
com.puppycrawl.tools.checkstyle.Metrics/AbcSize: Metrics/AbcSize: Assignment Branch Condition size for change is too high. [<7, 33, 0> 33.73/17]
Check warning on line 4 in lib/qbot/db/migrate/20230414_schema_reworks.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Metrics/MethodLength
com.puppycrawl.tools.checkstyle.Metrics/MethodLength: Metrics/MethodLength: Method has too many lines. [40/10]
Check warning on line 3 in lib/qbot/db/migrate/20230415_add_pending_members.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/Documentation
com.puppycrawl.tools.checkstyle.Style/Documentation: Style/Documentation: Missing top-level documentation comment for `class AddPendingMembers`.
Check warning on line 3 in lib/qbot/db/migrate/20230415_remove_blacklist.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Style/Documentation
com.puppycrawl.tools.checkstyle.Style/Documentation: Style/Documentation: Missing top-level documentation comment for `class RemoveBlacklist`.
Check warning on line 6 in lib/qbot/db/migrate/20230424_create_delayed_jobs.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Metrics/MethodLength
com.puppycrawl.tools.checkstyle.Metrics/MethodLength: Metrics/MethodLength: Method has too many lines. [13/10]
Check warning on line 12 in lib/qbot/db/migrate/20230424_create_delayed_jobs.rb
check-run-reporter / Lint / lint
com.puppycrawl.tools.checkstyle.Layout/LineLength
com.puppycrawl.tools.checkstyle.Layout/LineLength: Layout/LineLength: Line is too long. [136/120]