brightdigit/OrchardNest

View on GitHub

Showing 235 of 244 total issues

Element (a.button) is overqualified, just use .button without element name.
Open

main nav.posts-filter ul li a.button{
Severity: Minor
Found in Public/styles/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  padding: 0px 5px;
Severity: Minor
Found in Public/styles/style.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

  border: solid 1px;
Severity: Minor
Found in Public/styles/style.css by csslint

Adjoining classes: body.category.podcasts .blog-post .publishedAt
Open

body.category.podcasts  .blog-post .publishedAt {
Severity: Minor
Found in Public/styles/style.css by csslint

Trailing punctuation in header
Open

### I have some ideas for the site! Who do I send them to?
Severity: Info
Found in Resources/Views/support.md by markdownlint

MD026 - Trailing punctuation in header

Tags: headers

Aliases: no-trailing-punctuation

Parameters: punctuation (string; default ".,;:!?")

This rule is triggered on any header that has a punctuation character as the last character in the line:

# This is a header.

To fix this, remove any trailing punctuation:

# This is a header

Note: The punctuation parameter can be used to specify what characters class as punctuation at the end of the header. For example, you can set it to '.,;:!' to allow headers with question marks in them, such as might be used in an FAQ.

Values of 0 shouldn't have units specified.
Open

  padding: 0px 10px;
Severity: Minor
Found in Public/styles/style.css by csslint

Adjoining classes: body.category.podcasts ul.articles li > .featured-image
Open

body.category.podcasts ul.articles li > .featured-image {
Severity: Minor
Found in Public/styles/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body.category.podcasts .title {
Severity: Minor
Found in Public/styles/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body.category.youtube  .blog-post {
Severity: Minor
Found in Public/styles/style.css by csslint

Adjoining classes: body.category.youtube ul.articles li > .length
Open

body.category.youtube ul.articles li > .length {
Severity: Minor
Found in Public/styles/style.css by csslint

Trailing spaces
Open

[GitHub Issue!](https://github.com/brightdigit/OrchardNest/issues) That's probably the best place for now... and thanks for asking! I want to make this an informative and welcoming place for the community so suggestions are very helpful to me. 
Severity: Info
Found in Resources/Views/support.md by markdownlint

MD009 - Trailing spaces

Tags: whitespace

Aliases: no-trailing-spaces

Parameters: br_spaces (number; default: 0)

This rule is triggered on any lines that end with whitespace. To fix this, find the line that is triggered and remove any trailing spaces from the end.

The brspaces parameter allows an exception to this rule for a specific amount of trailing spaces used to insert an explicit line break/br element. For example, set brspaces to 2 to allow exactly 2 spaces at the end of a line.

Note: you have to set brspaces to 2 or higher for this exception to take effect - you can't insert a br element with just a single trailing space, so if you set brspaces to 1, the exception will be disabled, just as if it was set to the default of 0.

Trailing punctuation in header
Open

### How can I add my RSS to this site?
Severity: Info
Found in Resources/Views/support.md by markdownlint

MD026 - Trailing punctuation in header

Tags: headers

Aliases: no-trailing-punctuation

Parameters: punctuation (string; default ".,;:!?")

This rule is triggered on any header that has a punctuation character as the last character in the line:

# This is a header.

To fix this, remove any trailing punctuation:

# This is a header

Note: The punctuation parameter can be used to specify what characters class as punctuation at the end of the header. For example, you can set it to '.,;:!' to allow headers with question marks in them, such as might be used in an FAQ.

Element (ul.float-right) is overqualified, just use .float-right without element name.
Open

header > nav > ul.float-right li {
Severity: Minor
Found in Public/styles/style.css by csslint

Adjoining classes: body.category.podcasts .blog-post
Open

body.category.podcasts  .blog-post {
Severity: Minor
Found in Public/styles/style.css by csslint

Adjoining classes: body.category.podcasts .blog-post .podcast-players li a
Open

body.category.podcasts  .blog-post .podcast-players li a {
Severity: Minor
Found in Public/styles/style.css by csslint

Duplicate property 'font-weight' found.
Open

    font-weight: 400;
Severity: Minor
Found in Public/styles/style.css by csslint

Adjoining classes: body.category.youtube .summary
Open

body.category.youtube .summary {
Severity: Minor
Found in Public/styles/style.css by csslint

Line length
Open

We are open to adding more feeds and features. If you are interested in learning more, check out [our support page for details.](/support)
Severity: Info
Found in Resources/Views/about.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Rule doesn't have all its properties in alphabetical order.
Open

ul.articles li > .author a.twitter-handle{
Severity: Minor
Found in Public/styles/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

ul.articles li > ul.podcast-players > li > a {
Severity: Minor
Found in Public/styles/style.css by csslint
Severity
Category
Status
Source
Language