Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
How do I use nitpick
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Hassan Schroeder, post: 4649622"] ripple:~/$ sudo gem install nitpick Password: Successfully installed trollop-1.14 Successfully installed nitpick-1.0.2 2 gems installed Installing ri documentation for trollop-1.14... Installing ri documentation for nitpick-1.0.2... Installing RDoc documentation for trollop-1.14... Installing RDoc documentation for nitpick-1.0.2... ripple:~/$ which nitpick /usr/bin/nitpick ripple:~/$ nitpick --help Nitpick is a lint-like static code analyzer for Ruby. Usage: `nitpick [(--only str | --except str)*|-h] file1.rb file2.rb` By default, nitpick will analyze *all* loaded code. To reduce the noise: --only, -o <s>: Nitpick only classes/modules that match this string. --except, -e <s>: Don't nitpick classes/modules that match this string. --help, -h: Show this message ripple:~/$ Are you sure your installation ran all the way through? --=20 Hassan Schroeder ------------------------ [email]hassan.schroeder@gmail.com[/email] twitter: [USER=57094]@hassan[/USER] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
How do I use nitpick
Top