otherguy/rspec-sonarqube-formatter

View on GitHub

Showing 358 of 358 total issues

Align the parameters of a method call if they span more than one line. (https://github.com/bbatsov/ruby-style-guide#no-double-indent)
Open

    :start, :stop, :example_group_started, :example_started, :example_passed, :example_failed, :example_pending
Severity: Minor
Found in lib/rspec_sonarqube_formatter.rb by rubocop

Here we check if the parameters on a multi-line method call or definition are aligned.

Example: EnforcedStyle: withfirstparameter (default)

# good

foo :bar,
    :baz

# bad

foo :bar,
  :baz

Example: EnforcedStyle: withfixedindentation

# good

foo :bar,
  :baz

# bad

foo :bar,
    :baz

Unexpected trailing spaces found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in documentation/sonarcloud.png by editorconfig
Severity
Category
Status
Source
Language