0.0
Low commit activity in last 3 years
No release in over a year
Code style checking for Netlify Ruby repositories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 5.10

Runtime

>= 0.72, < 2.0
 Project Readme

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!