mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
rename .dscanner.ini to dscanner.ini
There doesn't really seem to be any reason to keep it a non-standard path. Fix #896
This commit is contained in:
parent
146fec75d8
commit
eceb2743a8
5 changed files with 12 additions and 9 deletions
2
makefile
2
makefile
|
@ -139,7 +139,7 @@ ${UT_DSCANNER_BIN}: ${UT_DSCANNER_LIB} ${GITHASH} ${UT_OBJ_BY_DC} | ${DSCANNER_B
|
|||
./${UT_DSCANNER_BIN}
|
||||
|
||||
lint: ${DSCANNER_BIN}
|
||||
./${DSCANNER_BIN} --config .dscanner.ini --styleCheck src
|
||||
./${DSCANNER_BIN} --styleCheck src
|
||||
|
||||
clean:
|
||||
rm -rf dsc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue