From 32ee3de04af83613e78cf7383c3ca6ead6edae03 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 18 Dec 2021 19:39:43 +0800 Subject: import(life): ... --- works/life/lanqiao-selection-match/.solargraph.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 works/life/lanqiao-selection-match/.solargraph.yml (limited to 'works/life/lanqiao-selection-match/.solargraph.yml') 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 -- cgit v1.2.3