This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix colors for bad and good args
pull/823/head
Heinz N. Gies
9 years ago
parent
de7b8b84bf
commit
ffe84add67
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/rebar_dialyzer_format.erl
+ 3
- 2
src/rebar_dialyzer_format.erl
View File
@ -431,10 +431,11 @@ bad_pat(P) ->
bad_arg
(
N
,
Args
)
-
>
color_arg
(
N
,
g
,
Args
)
.
color_arg
(
N
,
r
,
Args
)
.
good_arg
(
N
,
Args
)
-
>
color_arg
(
N
,
r
,
Args
)
.
color_arg
(
N
,
g
,
Args
)
.
color_arg
(
N
,
C
,
Args
)
when
is_integer
(
N
)
-
>
color_arg
(
[
N
]
,
C
,
Args
)
;
color_arg
(
Ns
,
C
,
Args
)
-
>
Write
Preview
Loading…
Cancel
Save