Skip to content

Commit

Permalink
Remove lint.yaml and its references
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 30, 2024
1 parent 80e2260 commit f381f72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 96 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
SHELL= /bin/bash

.PHONY: all
all: plugin-info lint readme

.PHONY: lint
lint:
git ls-files | xargs pre-commit run --config lint.yaml --files || true

.PHONY: lint-update
lint-update:
pre-commit autoupdate --config lint.yaml
all: plugin-info readme

.PHONY: plugin-info
plugin-info:
Expand Down
87 changes: 0 additions & 87 deletions lint.yaml

This file was deleted.

0 comments on commit f381f72

Please sign in to comment.