summaryrefslogtreecommitdiffhomepage
path: root/.solargraph.yml
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-01-21 13:44:15 -0500
committerrealtradam <[email protected]>2021-01-21 13:44:15 -0500
commit463b68e50e0c703f8e171168dc5e771daf1d375c (patch)
tree1e6bbbc7cb336d76e0f0a32d680f73edbded743e /.solargraph.yml
parentadaba8c8b299f5ad9e5c33965e42a30ec65c77d6 (diff)
downloadruby2d-camera-463b68e50e0c703f8e171168dc5e771daf1d375c.tar.gz
ruby2d-camera-463b68e50e0c703f8e171168dc5e771daf1d375c.zip
linted code
Diffstat (limited to '.solargraph.yml')
-rw-r--r--.solargraph.yml15
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