Skip to main content

A CLI utility for linting and analyzing Tcl code.

Project description

tclint   CI

tclint is a lint tool for Tcl. It analyzes Tcl source files and reports stylistic and functional errors that may inhibit readability or correctness.

Features

  • Checks for common Tcl errors
  • Companion formatting utility, tclfmt
  • Usage checks for built-in commands
  • Plugin system for usage checks of EDA tool-specific commands, including OpenROAD
  • More coming soon!

Getting Started

Install tclint from PyPI using pipx (recommended):

pipx install tclint

Or with pip:

pip install tclint

Run tclint on a Tcl source file by providing its path as a positional argument:

tclint example.tcl

If the file contains any lint violations, they will be printed and tclint will return a non-zero exit code. Otherwise, the output will be empty and tclint will exit successfully.

Example

$ cat example.tcl
puts too many arguments !
  puts "unexpected indent"
puts   "too many spaces after command"
$ tclint example.tcl
example.tcl:1:1: too many args for puts: got 4, expected no more than 3 [command-args]
example.tcl:2:1: expected indent of 0 spaces, got 2 [indent]
example.tcl:3:5: expected 1 space between words, got 3 [spacing]

Usage

tclint is a command-line utility. It takes a list of paths as positional arguments, which may either be direct paths to source files, or directories which will be recursively searched for files ending in .tcl, .sdc, .xdc, or .upf.

Collected files will be checked for lint violations. See the Violations documentation page for a description of all lint violations tclint may report.

Aspects of tclint's behavior can be controlled by a configuration file. By default, tclint will look for a file named tclint.toml or .tclint in the current working directory (in that order), but a path to an alternate configuration file can be provided using the -c or --config flag. See Configuration for documentation on the configuration file.

tclint includes a plugin system for checking EDA tool-specific commands. See the Plugins documentation page for more info.

Contributing

tclint welcomes community contributions. The best way to help the project is to open an issue if you find a bug or have a feature request.

PRs are also welcome, but for non-trivial changes please open an issue first to solicit feedback. This helps avoid wasted effort.

Use the following steps to set up tclint for local development:

$ git clone https://github.com/nmoroze/tclint.git # or URL to fork
$ cd tclint
$ pip install -e .[dev]

Please format, lint, and run tests before submitting changes:

$ black --preview .
$ ./util/pre-commit

License

This project is copyright 2024 Noah Moroze, released under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tclint-0.4.0.tar.gz (67.8 kB view details)

Uploaded Source

Built Distribution

tclint-0.4.0-py3-none-any.whl (50.8 kB view details)

Uploaded Python 3

File details

Details for the file tclint-0.4.0.tar.gz.

File metadata

  • Download URL: tclint-0.4.0.tar.gz
  • Upload date:
  • Size: 67.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for tclint-0.4.0.tar.gz
Algorithm Hash digest
SHA256 c0d8dc5d9fb0eb2d8b28d54a45c0b73182de2253e532c1559ab97f1469f38908
MD5 78c4e54f20fc4f0f35b42ca0336d545f
BLAKE2b-256 bd37a3ddfc7f002f7ff57989880845cb30f39267f47bb28d9d8748a0a9f0200c

See more details on using hashes here.

File details

Details for the file tclint-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: tclint-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for tclint-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7363e90646e7292036e3e4469258fe9921e878a22db60a3bafd4125f7cbfb59
MD5 03e785403a900804138ba7f0ba9a01ad
BLAKE2b-256 1f8a4adba8cff1c764979bfe92de5b384b7b0be130a125bf2e183d104c92702e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page