Project

dm_linters

0.0
No release in over 3 years
Low commit activity in last 3 years
linter files & libraries for DIAMOND MEDIA Co.,Ltd.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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.