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

wip: add steep and RBS

This commit is contained in:
cn
2021-01-21 12:15:35 +01:00
parent 3af42e4c20
commit 6fd26a4908
19 changed files with 271 additions and 9 deletions

11
Steepfile Normal file
View File

@ -0,0 +1,11 @@
# frozen_string_literal: true
target :lib do
signature 'sig'
check 'lib'
ignore 'lib/dyndnsd/updater/zone_transfer_server.rb'
library 'date'
library 'forwardable'
end