Skip to content
Snippets Groups Projects

Add shellcheck CI job

Merged Tiger Watson requested to merge tw/misc-code-quality-fixes into master
1 unresolved thread
Compare and Show latest version
16 files
+ 75
42
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 0
1
@@ -2,7 +2,6 @@
#
# allow-overwrite is a helper for safe-sed
#
require_relative '../lib/gdk'
abort 'Usage: allow-overwrite TARGET' unless ARGV.count == 1
Loading