Releases: lowRISC/misc-linters
Releases · lowRISC/misc-linters
Release 20240823_01
What's Changed
Full Changelog: 20240820_01...20240823_01
Release 20240820_01
What's Changed
- Add bzlmod support by @jwnrt in #35
- Fix bzlmod example in README by @jwnrt in #36
- Add all hjson comment styles to licence checker by @michael-platzer in #32
- Check bzlmod files by @jwnrt in #38
- Update
rules_python
to 0.34.0 by @jwnrt in #37
New Contributors
- @jwnrt made their first contribution in #35
- @michael-platzer made their first contribution in #32
Full Changelog: 20240423_01...20240820_01
Release 20240423_01
[python] pin python package versions CI failures in the opentitan repo were manifesting due to package installation issues. This fixed the issues. Signed-off-by: Tim Trippel <[email protected]>
Release 20240319_01
[bazel] fix python package error on debian systems This is a port of https://github.com/lowRISC/opentitan/pull/21955 to this repo. Signed-off-by: Tim Trippel <[email protected]>
Release 20220921_01
Create a `licence_test` rule The `license_test` rule executes the licence checker as a bazel test (rather than an executable), thus allowing an upstream project to use the rule as part of a set of presubmit tests. Signed-off-by: Chris Frantz <[email protected]>