From 463b68e50e0c703f8e171168dc5e771daf1d375c Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 21 Jan 2021 13:44:15 -0500 Subject: linted code --- .solargraph.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .solargraph.yml (limited to '.solargraph.yml') 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 -- cgit v1.2.3