The Wayback Machine - https://web.archive.org/web/20201220134311/https://github.com/topics/best-practices
Skip to content
#

best-practices

Here are 1,018 public repositories matching this topic...

cvoltz
cvoltz commented May 3, 2019

Rubycritic won't analyze files which don't have the .rb suffix even if the file has a shebang line like:

#!/usr/bin/env ruby 

which indicates it it is a Ruby file. This is true even if the file is explicitly specified either as a trailing argument on the CLI:

rubycritic exe/my-bin

or by using the paths argument in the Rake task:

RubyCritic::RakeTask.new do |task|

Improve this page

Add a description, image, and links to the best-practices topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the best-practices topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.