mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
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:
parent
721f2bc907
commit
61d52156aa
14 changed files with 116 additions and 23 deletions
3
makefile
3
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue