We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15de96f + aa60544 commit ac85c77Copy full SHA for ac85c77
.github/workflows/github-actions-lint-tcl.yml
@@ -19,13 +19,13 @@ jobs:
19
- name: Install Dependencies
20
run: |
21
python3 -m venv venv
22
- venv/bin/pip install tclint==0.4.2
+ venv/bin/pip install tclint==0.6.1
23
24
- name: Lint
25
26
source venv/bin/activate
27
tclfmt --version
28
tclfmt --in-place .
29
git diff --exit-code
30
- tclint --no-check-style .
+ tclint .
31
tclint.toml
@@ -9,6 +9,5 @@ ignore = [
9
[style]
10
indent = 2
11
line-length = 100
12
-allow-aligned-sets = true
13
indent-namespace-eval = false
14
spaces-in-braces = true
0 commit comments