Sha256: af8d3a9fc8fef2566e1c8be92d7a71aea53c03ea6b4b1be67492d94a409a383f
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 Bytes
Contents
# Niftany A portmanteau of Penn State's _nittany_ lion, and _nifty_, meaning fashionable and stylish. Niftany combines different linters such as Rubocop, erb-lint, scss-lint and others, manging their different versions and configurations in one gem. ## Installation Add this line to your application's Gemfile: ```ruby gem 'niftany' ``` And then execute: $ bundle Or install it yourself as: $ gem install niftany ## Usage Setup and run each linter accordingly: ### Rubocop In your local `.rubocop.yml` file, add: inherit_gem: niftany: niftany_rubocop.yml Then run: $ bundle exec rubocop -a ### erb-lint Copy `niftany_erblint.yml` to your local repo and run: $ bundle exec erblint --lint-all --autocorrect ### scss-lint $ bundle exec scss-lint
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
niftany-0.0.1 | README.md |