Rubocop
Ruby Linter
Last updated
Was this helpful?
Ruby Linter
Last updated
Was this helpful?
Was this helpful?
$ gem install rubocop# Analyze all the files in the current directory and its subdirectories
$ rubocop
# Analyze specific folders or files
$ rubocop directory1 directory2 path/to/somefile.rb