Skip to content

Commit

Permalink
Replace tclint style checks with tclfmt in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Moroze <[email protected]>
  • Loading branch information
nmoroze committed Sep 27, 2024
1 parent 363fda2 commit d2371ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-lint-tcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- name: Lint
run: |
tclint .
tclfmt --check .
tclint --no-check-style .
1 change: 0 additions & 1 deletion tclint.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
]

ignore = [
"spaces-in-braces",
"unbraced-expr",
]

Expand Down

0 comments on commit d2371ef

Please sign in to comment.