gnolang / tlin

Advanced Linter for Gno
MIT License
13 stars 1 forks source link

Analysis of Call and Declarations Between Packages #21

Open notJoon opened 2 months ago

notJoon commented 2 months ago

Description

Currently, lint checks are only performed within individual files. There is a need for more sophisticated analysis of function and variable usage through inter-package call analysis.