Skip to content

Releases: lowRISC/misc-linters

Release 20240823_01

23 Aug 15:34
Compare
Choose a tag to compare

What's Changed

  • Fix licence checker paths in Bazel 7 onwards by @jwnrt in #39

Full Changelog: 20240820_01...20240823_01

Release 20240820_01

20 Aug 10:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 20240423_01...20240820_01

Release 20240423_01

23 Apr 23:19
Compare
Choose a tag to compare
[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

19 Mar 16:33
Compare
Choose a tag to compare
[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

21 Sep 16:42
Compare
Choose a tag to compare
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]>