lib/rfix/commands/lint.rb in rfix-1.2.5 vs lib/rfix/commands/lint.rb in rfix-1.2.6.pre.198
- old
+ new
@@ -6,10 +6,9 @@
summary "Lints commits and untracked files not yet pushed to upstream"
usage "rfix lint [opts] [path ..]"
description "Lint (read-only) files"
-
run do |opts, args, _cmd|
opts[:dry] = true
opts[:untracked] = true
if main = opts[:"main-branch"]