diff --git a/docs/testing/index.md b/docs/testing/index.md
index f09bbc3ede9881884a8a65fb43b44b673cdb826e..a53455da28231106eaf7a8bbc8e32b2d9bb1b53b 100644
--- a/docs/testing/index.md
+++ b/docs/testing/index.md
@@ -1,5 +1 @@
 The easiest way to get set up to run the automated tests is to use [buildkit](/tools/buildkit.md) which will install the tools necessary for running the tests and creating local CiviCRM sites with [civibuild](/tools/civibuild.md).
-
-!!! info
-    When writing new tests or making any changes make sure you run [civilint](/tools/civilint.md)
-    to ensure your changes match our coding style.