From 32c4190ac8a4fd01cd445c765c01515f44189be2 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 20 Oct 2016 18:41:13 +0100 Subject: [PATCH] Remove reference to ansible-validate-modules (#3256) ansible-validate-modules is now in ansible/ansible During 2.3 we will be merge the modules into ansible/ansible so this file will go away. The new testing documentation will refer to `ansible-test` which will wrap up the unit, integration, and ansible-validate-modules. So no need to document here. --- lib/ansible/modules/extras/GUIDELINES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/extras/GUIDELINES.md b/lib/ansible/modules/extras/GUIDELINES.md index 2589a730d46..0096f319295 100644 --- a/lib/ansible/modules/extras/GUIDELINES.md +++ b/lib/ansible/modules/extras/GUIDELINES.md @@ -64,7 +64,6 @@ If you'd like to step down as a maintainer, please submit a PR to the maintainer ## Useful tools * https://ansible.sivel.net/pr/byfile.html -- a full list of all open Pull Requests, organized by file. -* https://github.com/sivel/ansible-testing -- these are the tests that run on Shippable against all PRs for extras modules, so it's a good idea to run these tests locally first. ## Other Resources