Skip to content

Tags: alisw/alidistlint

Tags

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't clone shallow (#9)

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Let users omit warnings and notes entirely

Useful for CI, in order to silence non-critical messages.

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Allow limiting warnings to those affecting changed code

This allows gradual introduction of linting, hiding warnings for untouched
lines since a given point.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Ignore mkdir && rsync problem on last line of script

There, it is not a problem, since a failing mkdir would still set the overall
exit code to nonzero.

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Always show errors from overridden recipes, even if not explicitly given

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Add support for replacement specs

This is aliBuild's new feature for interpreting
"prefer_system_replacement_specs" keys in alidist recipes.

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Update homepage URL to migrated repo

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Recommend using alibuild-generate-module

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Fix handling of list indices in error tree

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
TimoWilken Timo Wilken
Fix handling of stdin

Stdin is always a text stream, as it doesn't get passed through
`argparse.FileType('rb')`. Handle it specially.

For stdin, we also don't know the original file name, so skip the
check that the file name matches the package name.