mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +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
|
||||
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
|
||||
|
|
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