summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-10 11:31:18 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-11 17:35:33 +0200
commit27dd59a30ea9dfcaf7cac37c47a67af7ba53a940 (patch)
treeccc97e4d7af0b5c6133ee091a6f7c577f8e4bdf6 /README.md
parenta91307d62f8aafd1abc2a5ff8d751b6ef2b594dd (diff)
downloadjustbuild-27dd59a30ea9dfcaf7cac37c47a67af7ba53a940.tar.gz
Add a tutorial on setting up linters
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e1d0af4..f444864f 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ taken from user-defined rules described by functional expressions.
- [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md)
- [Ensuring reproducibility](doc/tutorial/rebuild.md)
- [Using protobuf](doc/tutorial/proto.md)
+ - [Running linters](doc/tutorial/lint.md)
- [How to create a single-node remote execution service](doc/tutorial/just-execute.org)
- [Dependency management using Target-level Cache as a Service](doc/tutorial/just-serve.md)
- [Cross compiling and testing cross-compiled targets](doc/tutorial/cross-compiling.md)