From d2279af72b41c89e1ca977b32a9531217e743b1c Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:59:26 +0100 Subject: [PATCH] Add mention of Aqua and JET (#94199) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeb91c6e7226f8f..c6a2b751272f95a 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ or hosted documentation such as that generated by to setup **tests** (see [the Pkg.jl docs](https://pkgdocs.julialang.org/v1/creating-packages/#Adding-tests-to-the-package) and the [Test stdlib docs](https://docs.julialang.org/en/v1/stdlib/Test/)), which -can be automatically run by free **continuous integration** services such as GitHub Actions. +can be automatically run by free **continuous integration** services such as GitHub Actions. As part of the test suite, tools like [Aqua.jl](https://github.com/JuliaTesting/Aqua.jl) and [JET.jl](https://github.com/aviatesk/JET.jl) can help you remove bugs or typos and improve the general quality of your code. Packages like [PkgTemplates.jl](https://github.com/invenia/PkgTemplates.jl) or [PkgSkeleton.jl](https://github.com/tpapp/PkgSkeleton.jl) provide easy ways to setup