File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ unit-python:
122122test-python : unit-python
123123
124124# Lint Python and update python code
125- .Phony : lint-python
125+ .PHONY : lint-python
126126lint-python :
127127
128128 black app/magtape-init/
@@ -156,7 +156,7 @@ coverage-rego:
156156test-rego : unit-rego coverage-rego
157157
158158# Lint Python and update python code
159- .Phony : lint-rego
159+ .PHONY : lint-rego
160160lint-rego :
161161
162162 opa fmt -l policies/
@@ -173,13 +173,13 @@ ci-lint-rego:
173173# ##############################################################################
174174
175175# Lint shell files
176- .Phony : lint-shell
176+ .PHONY : lint-shell
177177lint-shell :
178178
179179 hack/lint-shell.sh
180180
181181# Lint shell files
182- .Phony : lint-shell-ci
182+ .PHONY : lint-shell-ci
183183lint-shell-ci :
184184
185185 hack/lint-shell.sh ci
You can’t perform that action at this time.
0 commit comments