Move dmd files into compiler/

This commit is contained in:
Iain Buclaw 2022-07-09 18:53:07 +02:00
parent 20bd0cacbd
commit 6374bb87b7
4579 changed files with 4 additions and 4 deletions

View file

@ -5,14 +5,14 @@ repos:
- id: trailing-whitespace
exclude: >
(?x)^(
^test/runnable/extra-files/.*$|
^test/compilable/extra-files/.*$|
^compiler/test/runnable/extra-files/.*$|
^compiler/test/compilable/extra-files/.*$|
)$
- id: end-of-file-fixer
exclude: >
(?x)^(
^test/runnable/extra-files/.*$|
^test/compilable/extra-files/.*$|
^compiler/test/runnable/extra-files/.*$|
^compiler/test/compilable/extra-files/.*$|
)$
- id: check-merge-conflict
- id: check-added-large-files