Sam Elliott | d694398 | 2020-06-02 19:06:58 +0100 | [diff] [blame^] | 1 | # lowRISC's Miscellaneous Linters |
| 2 | |
| 3 | ## About the project |
| 4 | |
| 5 | These are linters and checkers, usually for source code, which we have written |
| 6 | for various lowRISC projects. |
| 7 | |
| 8 | They 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 | |
| 15 | Have a look at [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on how to |
| 16 | contribute code to this repository. |
| 17 | |
| 18 | ## Licensing |
| 19 | |
| 20 | Unless otherwise noted, everything in this repository is covered by the Apache |
| 21 | License, Version 2.0 (see [LICENSE](./LICENSE) for full text). |