Nitsmell : Adding new code smells and print console updated
[nit.git] / tests / nitsmells.args
1 --no-colors --all test_prog/
2 --no-colors --feature-envy TestNitsmells/FeatureEnvy/
3 --no-colors --large-class TestNitsmells/LargeClass/
4 --no-colors --long-methods TestNitsmells/LongMethod/
5 --no-colors --long-params TestNitsmells/LongParameterList/
6 --no-colors --no-abstract-implementation TestNitsmells/NoAbstractImplemented/
7 --no-colors --long-methods --long-method-threshold 3 TestNitsmells/LongMethod/
8 --no-colors --long-params --long-params-threshold 5 TestNitsmells/LongParameterList/