Run DScanner on itself (#479)

* Enable DScanner checking on Travis
* Fix linter warnings
* Set opequals_tohash_check to disabled
* Set could_be_immutable to 'disabled'
* Split expression back into multiple lines
* Set style to disabled
* Fix Makefile target
This commit is contained in:
Sebastian Wilzbach 2017-06-25 14:05:03 +02:00 committed by Petar Kirov
parent 721f2bc907
commit 61d52156aa
14 changed files with 116 additions and 23 deletions

View file

@ -51,6 +51,9 @@ test: githash
./bin/dscanner-unittest
rm -f bin/dscanner-unittest
lint: dmdbuild
./bin/dscanner --config .dscanner.ini --styleCheck src
clean:
rm -rf dsc
rm -rf bin