diff options
Diffstat (limited to '.solargraph.yml')
| -rw-r--r-- | .solargraph.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.solargraph.yml b/.solargraph.yml new file mode 100644 index 0000000..e0cd022 --- /dev/null +++ b/.solargraph.yml @@ -0,0 +1,15 @@ +--- +include: +- "**/*.rb" +exclude: +- spec/**/* +- test/**/* +- vendor/**/* +- ".bundle/**/*" +require: [] +domains: [] +reporters: +- rubocop +require_paths: [] +plugins: [] +max_files: 5000 |
