Skip to content

netlify/rubocop-netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuboCop::Netlify

This repository provides additional RuboCops Cops for use on Netlify open source and internal Ruby projects.

TODO: Add recommended RuboCop configuration to inherit from

Installation

Add this line to your application's Gemfile:

gem 'rubocop-netlify'

And then this to .rubocop.yml

require:
  - rubocop-netlify

Testing

bundle install
bundle exec rake test

The Cops

All cops are located under lib/rubocop/cop/netlify, and contain examples/documentation.

Release

  1. Make sure you have an account in https://rubygems.org/ and be a part of https://rubygems.org/gems/rubocop-netlify owners
  2. Update a version in lib/rubocop/netlify/version.rb
  3. Tag it (also maybe make a new release in GitHub)
  4. Run gem build rubocop-netlify.gemspec to build a gem
  5. Run gem push with a newly created gem file
  6. Done done!

About

Code style checking for Netlify Ruby repositories

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 10