gno lint
should provide warnings for exported global variables
#1042
Labels
🗺️good first issue🗺️
Ideal for newcomer contributors
Milestone
While there might be instances where allowing this behavior is justified, incorporating a mechanism to disable the warning could prove beneficial.
For instance, introducing a
// nolint
comment to selectively suppress the warning could enhance flexibility in code analysis.This should warn:
This shouldn't:
The text was updated successfully, but these errors were encountered: