File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 77
77
78
78
Flags:
79
79
80
- output=vs7
80
+ output=emacs| vs7|eclipse|sed|gsed
81
81
By default, the output is formatted to ease emacs parsing. Visual Studio
82
- compatible output (vs7) may also be used. Other formats are unsupported.
82
+ (vs7) or eclipse (eclipse) compatible output may also be used.
83
+
84
+ The sed format outputs sed commands that should fix the reported errors.
85
+ Note that this requires gnu sed. If that is installed as gsed on your system
86
+ (common on MacOS e.g. with homebrew) you can use the gsed output format.
87
+ Sed commands are written to stdout, not stderr, so you should be able to
88
+ pipe output straight to bash to run the fixes.
83
89
84
90
verbose=#
85
91
Specify a number 0-5 to restrict errors to certain verbosity levels.
You can’t perform that action at this time.
0 commit comments