1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gems: include rubocop-rake and fix linting

This commit is contained in:
cn
2020-12-25 18:04:59 +01:00
parent 23c09f722c
commit 1c1bcd253a
3 changed files with 5 additions and 0 deletions

View File

@ -28,4 +28,5 @@ end
task default: [:rubocop, :spec, 'bundle:audit', :solargraph]
desc 'Run all tasks desired for CI'
task ci: ['solargraph:init', :default, :hadolint]