File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2708,11 +2708,11 @@ full coverage of the application features.
2708
2708
2709
2709
Learn more about [Testing Rails Applications](testing.html)
2710
2710
2711
- Consistently Formatted Code with Rubocop
2711
+ Consistently Formatted Code with RuboCop
2712
2712
----------------------------------------
2713
2713
2714
2714
When writing code we may sometimes use inconsistent formatting. Rails comes with
2715
- a linter called Rubocop that helps keep our code formatted consistently.
2715
+ a linter called RuboCop that helps keep our code formatted consistently.
2716
2716
2717
2717
We can check our code for consistency by running :
2718
2718
@@ -2729,7 +2729,7 @@ Inspecting 53 files
2729
2729
53 files inspected, no offenses detected
2730
2730
` ` `
2731
2731
2732
- Rubocop can automatically fix offsenses using the `--autocorrect` flag (or its short version `-a`).
2732
+ RuboCop can automatically fix offenses using the `--autocorrect` flag (or its short version `-a`).
2733
2733
2734
2734
```
2735
2735
$ bin/rubocop -a
You can’t perform that action at this time.
0 commit comments