From dfdb5012705bcb3e13c10b22c63a351b9b2a708c Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 18 Dec 2021 19:39:43 +0800 Subject: ... --- lanqiao-selection-match/.solargraph.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lanqiao-selection-match/.solargraph.yml (limited to 'lanqiao-selection-match/.solargraph.yml') diff --git a/lanqiao-selection-match/.solargraph.yml b/lanqiao-selection-match/.solargraph.yml new file mode 100644 index 0000000..a8ef410 --- /dev/null +++ b/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