rekif/mastodon

View on GitHub

Showing 266 of 266 total issues

Begin pseudo elements with double colons: ::
Open

blockquote:before, blockquote:after,

Avoid more than 3 levels of block nesting.
Open

          before_html = shortname_start_index.positive? ? html[0..shortname_start_index - 1] : ''
Severity: Minor
Found in app/lib/formatter.rb by rubocop

This cop checks for excessive nesting of conditional and looping constructs.

You can configure if blocks are considered using the CountBlocks option. When set to false (the default) blocks are not counted towards the nesting level. Set to true to count blocks as well.

The maximum level of nesting allowed is configurable.

Each selector in a comma sequence should be on its own single line
Open

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

Each selector in a comma sequence should be on its own single line
Open

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

Each selector in a comma sequence should be on its own single line
Open

article, aside, details, figcaption, figure,

Each selector in a comma sequence should be on its own single line
Open

article, aside, details, figcaption, figure,
Severity
Category
Status
Source
Language