mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 05:40:01 +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
4
.github/workflows/default.yml
vendored
4
.github/workflows/default.yml
vendored
|
@ -144,7 +144,7 @@ jobs:
|
|||
else
|
||||
FORMAT=""
|
||||
fi
|
||||
"./bin/dscanner$EXE" --config .dscanner.ini --styleCheck -f "$FORMAT" src
|
||||
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
|
||||
|
||||
# Parse phobos to check for failures / crashes / ...
|
||||
- name: Checkout Phobos
|
||||
|
@ -161,5 +161,5 @@ jobs:
|
|||
for FILE in $(find std -name '*.d');
|
||||
do
|
||||
echo "$FILE"
|
||||
../bin/dscanner -S --config=.dscanner.ini "$FILE"
|
||||
../bin/dscanner -S "$FILE"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue