diff --git a/.github/workflows/github-actions-lint-tcl.yml b/.github/workflows/github-actions-lint-tcl.yml index 1338667b0ff..f3ee24fe0b4 100644 --- a/.github/workflows/github-actions-lint-tcl.yml +++ b/.github/workflows/github-actions-lint-tcl.yml @@ -16,4 +16,5 @@ jobs: - name: Lint run: | - tclint . + tclfmt --check . + tclint --no-check-style . diff --git a/tclint.toml b/tclint.toml index e3ce675f3b4..5ecb7bf848e 100644 --- a/tclint.toml +++ b/tclint.toml @@ -36,7 +36,6 @@ ] ignore = [ - "spaces-in-braces", "unbraced-expr", ]