Skip to content

Commit ac85c77

Browse files
authored
Merge pull request #8376 from The-OpenROAD-Project-staging/tclint-061
Update tclint==0.6.1
2 parents 15de96f + aa60544 commit ac85c77

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/github-actions-lint-tcl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Install Dependencies
2020
run: |
2121
python3 -m venv venv
22-
venv/bin/pip install tclint==0.4.2
22+
venv/bin/pip install tclint==0.6.1
2323
2424
- name: Lint
2525
run: |
2626
source venv/bin/activate
2727
tclfmt --version
2828
tclfmt --in-place .
2929
git diff --exit-code
30-
tclint --no-check-style .
30+
tclint .
3131

tclint.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ ignore = [
99
[style]
1010
indent = 2
1111
line-length = 100
12-
allow-aligned-sets = true
1312
indent-namespace-eval = false
1413
spaces-in-braces = true

0 commit comments

Comments
 (0)