1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-07-03 23:11:18 +02:00

gem: add solargraph support

This commit is contained in:
cn
2020-02-28 15:13:28 +01:00
parent 6d0457d70c
commit ac9bdfb6db
12 changed files with 131 additions and 1 deletions

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']