mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 04:34:32 +08:00
93e2dad656
This commit introduces the necessary gems and config, but adds all our ruby code directories to the `--ignore-files` list. Future commits will apply syntax_tree to parts of the codebase, removing the ignore patterns as we go
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
--print-width=100
|
|
--plugins=plugin/trailing_comma,disable_ternary
|
|
--ignore-files=Gemfile
|
|
--ignore-files=app/*
|
|
--ignore-files=config/*
|
|
--ignore-files=db/*
|
|
--ignore-files=lib/*
|
|
--ignore-files=plugins/*
|
|
--ignore-files=script/*
|
|
--ignore-files=spec/*
|