Skip to content

updata/dm_linters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Add this line to your application's Gemfile:

gem 'dm_linters'

And then execute installation by bundler:

$ bundle install

Usage

Rubocop

Add these lines to your .rubocop.yml:

inherit_gem:
  dm_linters:
    - 'config/.rubocop.yml'

And then execute by bundler:

$ bundle exec rubocop

Side-CI

Add these line to your sideci.yml : (cf.) https://docs.sideci.com/tools/rubocop.html#configuration-via-sideci.yml

linter:
  rubocop:
    gems:
      - dm_linters
    options:
      config: './.rubocop.yml'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dm-production/dm_linters.

License

The gem is available as open source under the terms of the MIT License.

About

linter for Diamond Media products.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages