Skip to content

Commit 34d7980

Browse files
Merge pull request #2110 from jcantrill/log1279_linter
LOG-1279: Add placeholder for linting tasks
2 parents 5ef8b62 + 630c39f commit 34d7980

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ deploy-curator-image: build-curator-image
5252

5353
deploy-all-images: deploy-fluentd-image deploy-kibana-image deploy-elasticsearch-image deploy-curator-image
5454
.PHONY: deploy-all-images
55+
56+
lint:
57+
@hack/run-linter
58+
.PHONY: lint

hack/run-linter

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/sh
2+
3+
set -euo pipefail

0 commit comments

Comments
 (0)