.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
.pre-commit-hooks.yaml
LICENSE
README.md
conftest.py
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/configuration.md
docs/lsp.md
docs/plugins.md
docs/tclfmt.md
docs/violations.md
src/tclint/__init__.py
src/tclint/__main__.py
src/tclint/_version.py
src/tclint/checks.py
src/tclint/comments.py
src/tclint/config.py
src/tclint/format.py
src/tclint/lexer.py
src/tclint/parser.py
src/tclint/symbol_table.py
src/tclint/syntax_tree.py
src/tclint/violations.py
src/tclint.egg-info/PKG-INFO
src/tclint.egg-info/SOURCES.txt
src/tclint.egg-info/dependency_links.txt
src/tclint.egg-info/entry_points.txt
src/tclint.egg-info/requires.txt
src/tclint.egg-info/top_level.txt
src/tclint/cli/tclfmt.py
src/tclint/cli/tclint.py
src/tclint/cli/tclsp.py
src/tclint/cli/utils.py
src/tclint/commands/__init__.py
src/tclint/commands/builtin.py
src/tclint/commands/checks.py
src/tclint/commands/plugins.py
src/tclint/commands/schema.py
tests/test_cli_utils.py
tests/test_config.py
tests/test_format.py
tests/test_lint.py
tests/test_parser.py
tests/test_symbol_table.py
tests/test_tclfmt.py
tests/test_tclint.py
tests/test_tclsp.py
tests/commands/test_builtins.py
tests/commands/test_check_arg_spec.py
tests/commands/test_checks.py
tests/commands/test_plugin.py
tests/commands/test_schema.py
tests/commands/data/dynamic.py
tests/commands/data/dynamic_invalid.py
tests/commands/data/invalid.json
tests/commands/data/migrate_openroad.py
tests/commands/data/openroad.json
tests/data/clean.tcl
tests/data/clean.txt
tests/data/dirty.formatted.tcl
tests/data/dirty.tcl
tests/data/dirty.txt
tests/data/example.tcl
tests/data/example.txt
tests/data/lines.tcl
tests/data/lines.txt
tests/data/pyproject.toml
tests/data/special-comments.tcl
tests/data/special-comments.txt
tests/data/symbols.tcl
tests/data/tclint.toml
util/pre-commit