Skip to content

Commit 5e66c94

Browse files
committed
Fix accidental removal of cpcps import
1 parent 5ba49a4 commit 5e66c94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linter/linter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616

1717
_ "github.com/letsencrypt/boulder/linter/lints/cabf_br"
1818
_ "github.com/letsencrypt/boulder/linter/lints/chrome"
19+
_ "github.com/letsencrypt/boulder/linter/lints/cpcps"
1920
_ "github.com/letsencrypt/boulder/linter/lints/rfc"
2021
)
2122

0 commit comments

Comments
 (0)