Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Added CLI example for checking entire directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Nov 13, 2013
1 parent 5d1fe04 commit d1fbb6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ruby-lint/cli/analyze.rb
Expand Up @@ -49,6 +49,10 @@
You can also specify multiple files:
$ ruby-lint analyze first_file.rb second_file.rb
Run analysis on an entire directory:
$ ruby-lint analyze lib/
EOF

separator RubyLint::CLI::OPTIONS_HEADER
Expand Down

0 comments on commit d1fbb6e

Please sign in to comment.