Skip to content

Commit

Permalink
Update linters.mak
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Aug 18, 2024
1 parent b404505 commit 806fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/make/linters.mak
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ linter-yamllint: ## Lint YAML files using yamllint
linter-ansible-lint: ## Lint Ansible files using ansible-lint
echo "ansible-lint #########################################################"
$(ACTIVATE_VENV) && \
ansible-lint --force-color --parseable
ansible-lint --force-color --parseable ./automation

.PHONY: linter-flake8
linter-flake8: ## Lint Python files using flake8
Expand Down

0 comments on commit 806fa7d

Please sign in to comment.