mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Move dmd files into compiler/
This commit is contained in:
parent
20bd0cacbd
commit
6374bb87b7
4579 changed files with 4 additions and 4 deletions
|
@ -5,14 +5,14 @@ repos:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude: >
|
exclude: >
|
||||||
(?x)^(
|
(?x)^(
|
||||||
^test/runnable/extra-files/.*$|
|
^compiler/test/runnable/extra-files/.*$|
|
||||||
^test/compilable/extra-files/.*$|
|
^compiler/test/compilable/extra-files/.*$|
|
||||||
)$
|
)$
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
exclude: >
|
exclude: >
|
||||||
(?x)^(
|
(?x)^(
|
||||||
^test/runnable/extra-files/.*$|
|
^compiler/test/runnable/extra-files/.*$|
|
||||||
^test/compilable/extra-files/.*$|
|
^compiler/test/compilable/extra-files/.*$|
|
||||||
)$
|
)$
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue