Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for tinygo-org#4678: top-level 'make lint' wasn't working
The revive command seems to have had a syntax error in the file input glob. It appears to have been broken in a way that did not result in a return code being set. This change uses 'find' to build the input to the linter. Note that it is expected to fail the CI script, because it is uncovering some existing lint issues that were not being caught.
- Loading branch information