diff options
Diffstat (limited to 'store/works/life/lanqiao-selection-match/.solargraph.yml')
-rw-r--r-- | store/works/life/lanqiao-selection-match/.solargraph.yml | 22 |
1 files changed, 22 insertions, 0 deletions
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 |