gem: add solargraph support

This commit is contained in:
cn
2020-02-29 11:57:44 +01:00
parent 6d0457d70c
commit ac9bdfb6db
12 changed files with 131 additions and 1 deletions
+4
View File
@@ -7,4 +7,8 @@ RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new
Bundler::Audit::Task.new
task :solargraph do
sh 'solargraph typecheck'
end
task default: [:rubocop, :spec, 'bundle:audit']