blob: 09391eda5def22e36cc620023844910e8518202c [file] [log] [blame] [view]
Sam Elliottd6943982020-06-02 19:06:58 +01001# lowRISC's Miscellaneous Linters
2
3## About the project
4
5These are linters and checkers, usually for source code, which we have written
6for various lowRISC projects.
7
8They include
9* `licence-checker/licence-checker.py` which will ensure source code in your
10 repository contains correctly formatted licence headers. This is designed to
11 be reused: it is configured with `licence-checker.hjson`.
12
13## How to contribute
14
15Have a look at [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on how to
16contribute code to this repository.
17
18## Licensing
19
20Unless otherwise noted, everything in this repository is covered by the Apache
21License, Version 2.0 (see [LICENSE](./LICENSE) for full text).