From 760f38613d6f22b4e5c41fcf9e9bf6f702f3354d Mon Sep 17 00:00:00 2001 From: James Inman Date: Wed, 18 Feb 2015 14:21:01 +0000 Subject: [PATCH] Adding Technical Debt plugin page. --- Technical-Debt-Plugin.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Technical-Debt-Plugin.md diff --git a/Technical-Debt-Plugin.md b/Technical-Debt-Plugin.md new file mode 100644 index 0000000..d91bcb6 --- /dev/null +++ b/Technical-Debt-Plugin.md @@ -0,0 +1,5 @@ +Checks all files in your project for TODOs and other technical debt. + +## Configuration Options: + +* searches - Optional - Case-insensitive array of terms to search for. Defaults to TODO, TO DO, FIXME and FIX ME. \ No newline at end of file