1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-07-04 19:11:16 +02:00

gem: add sorbet support

This commit is contained in:
cn
2020-02-28 16:00:28 +01:00
parent 6d0457d70c
commit 235ff6c2bd
26 changed files with 40106 additions and 1 deletions

View File

@ -7,4 +7,8 @@ RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new
Bundler::Audit::Task.new
task default: [:rubocop, :spec, 'bundle:audit']
task :sorbet do
sh 'srb typecheck'
end
task default: [:rubocop, :sorbet, :spec, 'bundle:audit']