From 99e2e923d0c77b02f3fb4ff648ea916954868606 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- .../life/lanqiao-selection-match/.solargraph.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 store/works/life/lanqiao-selection-match/.solargraph.yml (limited to 'store/works/life/lanqiao-selection-match/.solargraph.yml') diff --git a/store/works/life/lanqiao-selection-match/.solargraph.yml b/store/works/life/lanqiao-selection-match/.solargraph.yml new file mode 100644 index 0000000..a8ef410 --- /dev/null +++ b/store/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