issues
search
nmoroze
/
tclint
EDA-centric utility for linting and analyzing Tcl code.
MIT License
30
stars
1
forks
source link
Check for proper use of variable names
#14
Open
nmoroze
opened
9 months ago
nmoroze
commented
9 months ago
Add checks like:
Commands like
info exists
probably don't want to take in a var sub, but rather a bareword
Built-in variable names used as a bareword might be a sign of a missing $
Add checks like:
info exists
probably don't want to take in a var sub, but rather a bareword