Bullet test #10
reviewdog report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (7788)
app/views/abuse_reports/new.html.erb|60 col 104| Layout/SingleLineBlockChain: Put method call on a separate line if chained to a single line block.
app/views/abuse_reports/new.html.erb|94 col 38| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/abuse_reports/new.html.erb|110 col 38| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/abuse_reports/new.html.erb|124 col 38| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/abuse_reports/new.html.erb|126| Extra whitespace detected at end of line.
app/views/admin/_admin_nav.html.erb|1 col 33| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/_admin_nav.html.erb|4 col 24| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/_admin_nav.html.erb|8 col 24| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_nav.html.erb|13 col 18| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_nav.html.erb|14 col 18| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_nav.html.erb|22 col 18| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_nav.html.erb|27 col 24| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/_admin_nav.html.erb|30 col 24| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/_admin_nav.html.erb|34 col 24| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|12 col 22| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|13 col 22| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|16 col 22| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|17 col 22| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|31 col 24| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|32 col 24| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|35 col 24| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|36 col 24| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|51 col 20| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|52 col 20| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/_admin_options.html.erb|53 col 28| Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
app/views/admin/_admin_options.html.erb|54 col 26| Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
app/views/admin/_header.html.erb|38| Extra whitespace detected at end of line.
app/views/admin/_header.html.erb|62| Extra whitespace detected at end of line.
app/views/admin/admin_invitations/find.html.erb|12 col 8| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/find.html.erb|14 col 8| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/find.html.erb|16 col 8| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/find.html.erb|2 col 23| Layout/SpaceAroundOperators: Surrounding space missing for operator =
.
app/views/admin/admin_invitations/find.html.erb|2 col 25| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|9 col 21| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|9 col 63| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|9 col 83| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|9 col 36| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|9 col 74| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|22 col 23| Layout/SpaceAroundOperators: Surrounding space missing for operator =
.
app/views/admin/admin_invitations/find.html.erb|22 col 25| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|23 col 66| Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
app/views/admin/admin_invitations/find.html.erb|23 col 95| Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
app/views/admin/admin_invitations/find.html.erb|23 col 11| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|23 col 55| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|23 col 67| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|23 col 23| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|25 col 60| Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
app/views/admin/admin_invitations/find.html.erb|25 col 87| Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
app/views/admin/admin_invitations/find.html.erb|25 col 11| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|25 col 49| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|25 col 61| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|25 col 23| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|27 col 66| Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
app/views/admin/admin_invitations/find.html.erb|27 col 95| Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
app/views/admin/admin_invitations/find.html.erb|27 col 11| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|27 col 55| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|27 col 67| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/find.html.erb|27 col 23| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/find.html.erb|2 col 22| Use 1 space after <%
instead of 0 space.
app/views/admin/admin_invitations/find.html.erb|12 col 83| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/find.html.erb|14 col 75| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/find.html.erb|22 col 22| Use 1 space after <%
instead of 0 space.
app/views/admin/admin_invitations/index.html.erb|17 col 6| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/index.html.erb|28 col 90| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/index.html.erb|39 col 10| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/index.html.erb|52 col 10| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/index.html.erb|54 col 10| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/index.html.erb|56 col 10| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_invitations/index.html.erb|13 col 12| Layout/ExtraSpacing: Unnecessary spacing detected.
app/views/admin/admin_invitations/index.html.erb|13 col 12| Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
app/views/admin/admin_invitations/index.html.erb|13 col 22| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|13 col 64| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|13 col 37| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|17 col 95| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|18 col 53| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|23 col 21| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|23 col 63| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|23 col 36| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|23 col 74| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|25 col 71| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|28 col 56| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|29 col 53| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|34 col 12| Layout/ExtraSpacing: Unnecessary spacing detected.
app/views/admin/admin_invitations/index.html.erb|34 col 12| Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
app/views/admin/admin_invitations/index.html.erb|34 col 22| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|34 col 64| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|34 col 37| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|34 col 75| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|36 col 29| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|38 col 60| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|40 col 53| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|47 col 12| Layout/ExtraSpacing: Unnecessary spacing detected.
app/views/admin/admin_invitations/index.html.erb|47 col 12| Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
app/views/admin/admin_invitations/index.html.erb|47 col 22| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|47 col 64| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|47 col 84| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/index.html.erb|47 col 37| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|47 col 75| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|49 col 29| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|51 col 52| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|53 col 48| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/index.html.erb|18 col 67| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/index.html.erb|29 col 73| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/index.html.erb|34 col 103| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/index.html.erb|36 col 27| Use 1 space after <%=
instead of 0 space.
app/views/admin/admin_invitations/index.html.erb|41 col 126| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/index.html.erb|47 col 102| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/index.html.erb|49 col 27| Use 1 space after <%=
instead of 0 space.
app/views/admin/admin_invitations/index.html.erb|52 col 52| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/index.html.erb|54 col 48| Use 1 space before %>
instead of 2 space.
app/views/admin/admin_invitations/new.html.erb|2 col 42| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/new.html.erb|2 col 26| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/new.html.erb|9 col 39| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/new.html.erb|9 col 49| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/new.html.erb|9 col 91| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/new.html.erb|9 col 64| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/new.html.erb|10 col 57| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/new.html.erb|10 col 39| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_invitations/new.html.erb|11 col 56| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_invitations/new.html.erb|11 col 45| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_users/_user_form.html.erb|7 col 5| Bad ERB comment syntax. Should be <%# without a space between.
app/views/admin/admin_users/_user_form.html.erb|12 col 6| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_users/_user_form.html.erb|9 col 5| Layout/CommentIndentation: Incorrect indentation detected (column 5 instead of 0).
app/views/admin/admin_users/_user_form.html.erb|12 col 59| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_form.html.erb|23 col 37| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_form.html.erb|24 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|2 col 15| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|3 col 8| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|4 col 8| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|5 col 8| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|6 col 8| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|7 col 16| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_listing.html.erb|8 col 8| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|1 col 24| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|4 col 47| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|5 col 19| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|12 col 28| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|13 col 28| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|17 col 28| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|18 col 28| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|19 col 28| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/_user_table.html.erb|7 col 25| No space detected where there should be a single space.
app/views/admin/admin_users/_user_table.html.erb|8 col 21| No space detected where there should be a single space.
app/views/admin/admin_users/bulk_search.html.erb|3 col 26| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|8 col 26| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|13 col 18| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|15 col 53| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|18 col 16| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|25 col 18| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|27 col 23| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|28 col 23| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|34 col 99| Style/LineEndConcatenation: Use \
instead of +
or <<
to concatenate those strings.
app/views/admin/admin_users/bulk_search.html.erb|34 col 45| Style/StringLiteralsInInterpolation: Prefer single-quoted strings inside interpolations.
app/views/admin/admin_users/bulk_search.html.erb|35 col 135| Style/StringLiteralsInInterpolation: Prefer single-quoted strings inside interpolations.
app/views/admin/admin_users/bulk_search.html.erb|38 col 30| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/bulk_search.html.erb|34 col 100| Extra whitespace detected at end of line.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|3 col 24| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|11 col 11| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|16 col 30| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|18 col 44| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|24 col 30| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|26 col 35| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|26 col 50| Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|32 col 19| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|16 col 41| Use 1 space before %>
instead of 0 space.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|24 col 44| Use 1 space before %>
instead of 0 space.
app/views/admin/admin_users/confirm_delete_user_creations.html.erb|29| Extra whitespace detected at end of line.
app/views/admin/admin_users/index.html.erb|11 col 8| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_users/index.html.erb|17 col 10| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_users/index.html.erb|20 col 8| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_users/index.html.erb|3 col 26| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|9 col 32| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|13 col 14| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|16 col 33| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|18 col 35| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|22 col 14| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|25 col 32| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|27 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|30 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|32 col 36| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|35 col 31| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|38 col 37| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|42 col 28| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|45 col 51| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|46 col 23| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|53 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|54 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|58 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|59 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|60 col 34| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/admin_users/index.html.erb|48 col 29| No space detected where there should be a single space.
app/views/admin/admin_users/show.html.erb|87 col 14| Input field helper is missing an autocomplete attribute. If no autocomplete behaviour is desired, use the value off
or nope
.
app/views/admin/admin_users/show.html.erb|37 col 106| Layout/SingleLineBlockChain: Put method call on a separate line if chained to a single line block.
app/views/admin/api/_api_key_form.html.erb|2 col 13| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/api/_api_key_form.html.erb|6 col 35| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/api/_api_key_form.html.erb|9 col 16| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/api/_api_key_form.html.erb|10 col 37| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
app/views/admin/api/_api_key_form.html.erb|12 col 46| Style/StringConcatenation: Prefer string interpolation to string concatenation.
app/views/admin/api/_api_key_form.html.erb|16 col 38| Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/admin/api/_api_key_form.html.erb|16 col 38| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/api/_api_key_form.html.erb|17 col 38| Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
app/views/admin/api/_api_key_form.html.erb|21 col 29| I18n/DeprecatedHelper: Prefer Rails built-in t
helper over ts
: the latter is not actually translatable. For more information, refer to https://github.com/otwcode/otwarchive/wiki/Internationalization-(i18n)-Standards
... (Too many findings. Dropped some findings)