Skip to content

Commit

Permalink
Merge pull request rubocop#7580 from ianfixes/patch-1
Browse files Browse the repository at this point in the history
analized -> analyzed
  • Loading branch information
koic committed Dec 20, 2019
2 parents 7aa3766 + 18b5559 commit 161dcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/formatters.md
Expand Up @@ -122,7 +122,7 @@ lib/bar.rb:13:14: W: Lint/DeprecatedClassMethods: File.exists? is deprecated in
### Pacman Style Formatter
The `pacman` style formatter prints a PACDOT per every file to be analized. Pacman will "eat" one PACDOT per file when no offense is detected. Otherwise it will print a Ghost.
The `pacman` style formatter prints a PACDOT per every file to be analyzed. Pacman will "eat" one PACDOT per file when no offense is detected. Otherwise it will print a Ghost.
This is inspired by the [Pacman](https://github.com/go-labs/rspec_pacman_formatter) formatter for RSpec.
```sh
Expand Down

0 comments on commit 161dcd0

Please sign in to comment.