Skip to content

fix(rules): Fix license directory symlink target detection

Pekka Ristola requested to merge pekkarr/namcap:licensepkg-removeprefix into master

Fixes #79 (closed)

The lstrip function treats its argument as a set of characters to remove in any order, while removeprefix removes a prefix.

See the lstrip documentation.

Merge request reports