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

gem: add sorbet support

This commit is contained in:
cn
2020-02-28 16:00:28 +01:00
parent ac9bdfb6db
commit 591c0fe89a
26 changed files with 44554 additions and 1 deletions

View File

@ -11,4 +11,8 @@ task :solargraph do
sh 'solargraph typecheck'
end
task default: [:rubocop, :spec, 'bundle:audit']
task :sorbet do
sh 'srb typecheck'
end
task default: [:rubocop, :sorbet, :spec, 'bundle:audit']