Skip to content

Commit

Permalink
Lower severity level of DL3047 to info
Browse files Browse the repository at this point in the history
As @lorenzo mentioned in hadolint#546, it's okay to lower it down.

cc hadolint#546 hadolint#566
  • Loading branch information
PeterDaveHello committed Jun 19, 2021
1 parent d824e9d commit b31cdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hadolint/Rule/DL3047.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rule :: Rule ParsedShell
rule = simpleRule code severity message check
where
code = "DL3047"
severity = DLWarningC
severity = DLInfoC
message =
"Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`.\
\Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`)."
Expand Down

0 comments on commit b31cdc7

Please sign in to comment.