Skip to content

Commit e579699

Browse files
committed
Fix errorformat so warnings are not listed as errors
1 parent 4199936 commit e579699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rebar.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ endif
3333
unlet s:rebar_config
3434

3535
CompilerSet errorformat=
36-
\%f:%l:\ %m,
37-
\%f:none:\ %m,
3836
\%f:%l:\ %tarning:\ %m,
3937
\%f:none:\ %tarning:\ %m,
38+
\%f:%l:\ %m,
39+
\%f:none:\ %m,
4040
\%tRROR:%\\s%\\+%m,
4141
\%tARN:%\\s%\\+%m,
4242
\%\\s%#Command\ %m,

0 commit comments

Comments
 (0)