You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the lint-forge-tests-check-no-build script excludes test files under test/libraries/ due to limitations in how it processes artifacts for Solidity libraries. The script assumes contract-style ABIs and cannot reliably introspect functions in libraries, even if they follow the correct naming convention.
Most library tests have already been refactored to follow the style guide, but they remain excluded from validation for now. This issue tracks:
Updating the script to properly handle library artifacts
Enabling lint validation for test/libraries/ folder