Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / nitsmells.args
diff --git a/tests/nitsmells.args b/tests/nitsmells.args
new file mode 100644 (file)
index 0000000..0b5e85d
--- /dev/null
@@ -0,0 +1,8 @@
+--no-colors --all test_prog/
+--no-colors --feature-envy TestNitsmells/FeatureEnvy/
+--no-colors --large-class TestNitsmells/LargeClass/
+--no-colors --long-methods TestNitsmells/LongMethod/
+--no-colors --long-params TestNitsmells/LongParameterList/
+--no-colors --no-abstract-implementation TestNitsmells/NoAbstractImplemented/
+--no-colors --long-methods --long-method-threshold 3 TestNitsmells/LongMethod/
+--no-colors --long-params --long-params-threshold 5 TestNitsmells/LongParameterList/