Skip to content

Instantly share code, notes, and snippets.

@szromek
Created March 23, 2017 13:25
Show Gist options
  • Save szromek/15f7dbb21dd93ba05aab2aa19868a0c0 to your computer and use it in GitHub Desktop.
Save szromek/15f7dbb21dd93ba05aab2aa19868a0c0 to your computer and use it in GitHub Desktop.
Runners and gems used for automated Code Review
group :test do
gem 'pronto'
gem 'pronto-brakeman', require: false
gem 'pronto-fasterer', require: false
gem 'pronto-rubocop', require: false
gem 'pronto-scss', require: false
gem 'brakeman', require: false
gem 'fasterer', require: false
gem 'rubocop', require: false
gem 'scss_lint', require: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment