From d6e1333139e726ed940b9fc71ee6ca352cbb6fc2 Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Fri, 29 Jan 2016 16:19:05 -0500 Subject: [PATCH] add nitpick config --- nitpick.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nitpick.json diff --git a/nitpick.json b/nitpick.json new file mode 100644 index 0000000..7a47e31 --- /dev/null +++ b/nitpick.json @@ -0,0 +1,6 @@ +{ + "ignore": [ + "tests/*", + "src/migrations/*" + ] +} \ No newline at end of file