Open wipe2238 opened 3 years ago
Please add command line arguments to disable "text after brackets" and "duplicated id" checks log
Please add command line arguments to disable "text after brackets" (...)
There's --relaxed
option which ignores text after brackets if it starts with ;
or //
. That will clean up lot of false-positives in Interplay/modded-but-barely-touched files.
(...) and "duplicated id" checks
Ugh, i don't know about this one... That's where most of 'wrong text' reports are born; it's a little pain to sort out when starting using tool but it pays off later, when new entries are added. I'd rather not silence this, even as option, as .msg files are mostly edited by hand -- human mistake can happen any time.
--no-logfile
disable any attempts to mess withScanMsg.log
(deleting on start, writing) enabled by default in action.yml; users should not be forced to cleanup after running scan, if workflow adds all new files to auto-commit)--no-exitcode
always return exitcode 0