Commit 910fa749 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Remove predefined format

parent e5ffa071
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,5 +8,5 @@ elif [ "$#" -ge 1 ] && [ "x$1" = "x--help" ]; then
  shift 1
  hadolint --help $@
else
  hadolint $@ -f gitlab_codeclimate | tee report-hadolint-gitlab_codeclimate.json
  hadolint $@
fi