Skip to content

Commit aa1dd6d

Browse files
author
Yohan Lascombe
committed
feat: add another exception for info rule :-(
1 parent eb9b71a commit aa1dd6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ workflows:
99
- docker/hadolint:
1010
dockerfiles: Dockerfile
1111
# DL3006: Always tag the version of an image explicitly
12-
ignore-rules: 'DL3006'
12+
# SC2059 : Don't use variables in the printf format string. Use printf '..%s..' "$foo"
13+
ignore-rules: 'DL3006,SC2059'
1314
- bot/docker-build-and-push:
1415
name: build-ci-docker-image
1516
context: org-global

0 commit comments

Comments
 (0)