Growstuff/growstuff

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage

Expected an indentation at 4 instead of at 3.
Open

   `my_spec.rb`. RSpec will output a list of command-lines in this form for all
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `rspec --only-failures` to re-run all Ruby tests that failed last time.
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `./script/install_linters`
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `rails spec` to run all Ruby tests
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `rspec ./spec/path/to/my_spec.rb` to run all Ruby tests in the file `my_spec.rb`
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `rails spec:models` to run Ruby model tests (or `rails spec:views` for view tests, etc)
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `rails static` to run all static checks (code style, unfixed Git conflicts, etc)
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 2 instead of at 1.
Open

 - `rspec ./spec/path/to/my_spec.rb:45` to run the Ruby test starting on line 45 of
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

Expected an indentation at 4 instead of at 3.
Open

   failing tests so you can easily re-run particular ones.
Severity: Minor
Found in CONTRIBUTING.md by editorconfig

There are no issues that match your filters.

Category
Status