diff options
author | crupest <crupest@outlook.com> | 2021-12-18 19:39:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-18 19:39:43 +0800 |
commit | 32ee3de04af83613e78cf7383c3ca6ead6edae03 (patch) | |
tree | fc0ea8f776ca2bedfbdf80d870f5a3b03f5f6b52 /works/life/lanqiao-selection-match/.solargraph.yml | |
parent | fdf9f9a9d342329a57b8bf568af505b789522044 (diff) | |
download | crupest-32ee3de04af83613e78cf7383c3ca6ead6edae03.tar.gz crupest-32ee3de04af83613e78cf7383c3ca6ead6edae03.tar.bz2 crupest-32ee3de04af83613e78cf7383c3ca6ead6edae03.zip |
import(life): ...
Diffstat (limited to 'works/life/lanqiao-selection-match/.solargraph.yml')
-rw-r--r-- | works/life/lanqiao-selection-match/.solargraph.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/works/life/lanqiao-selection-match/.solargraph.yml b/works/life/lanqiao-selection-match/.solargraph.yml new file mode 100644 index 0000000..a8ef410 --- /dev/null +++ b/works/life/lanqiao-selection-match/.solargraph.yml @@ -0,0 +1,22 @@ +--- +include: +- "**/*.rb" +exclude: +- spec/**/* +- test/**/* +- vendor/**/* +- ".bundle/**/*" +require: [] +domains: [] +reporters: +- rubocop +- require_not_found +formatter: + rubocop: + cops: safe + except: [] + only: [] + extra_args: [] +require_paths: [] +plugins: [] +max_files: 5000 |