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
And I think it would be cool for those warnings to have unique identifiers that map to documentation and configuration, similar to what shellcheck, hadolint, and pylint do. e.g. https://github.com/koalaman/shellcheck/wiki/SC2086.
The text was updated successfully, but these errors were encountered:
As of this writing, this project just downloads files and reports on their contents.
It should start raising warnings for things that package authors may want to enforce in continuous integration.
Rough initial set of ideas:
total size> {some_threshold}
surprising / disallowed file extensionsincluded test fileswheel contains compiled objects/libraries with debug symbolsAnd I think it would be cool for those warnings to have unique identifiers that map to documentation and configuration, similar to what
shellcheck
,hadolint
, andpylint
do. e.g. https://github.com/koalaman/shellcheck/wiki/SC2086.The text was updated successfully, but these errors were encountered: