Add git-blame-ignore-revs

This commit is contained in:
Michael Weimann 2022-12-15 20:08:50 +01:00
parent 2ad4203dd3
commit 2532e87029
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
2 changed files with 17 additions and 0 deletions

10
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,10 @@
# Set native parameter types
2b88322c0c1dcab3b0dd064ad880b0f31645da49
# Set native return types
aff8826c9941d3f18984dcd4f220dd25ad547f42
# Set native property types
b004f865b42886738d90f9915c1cccfcc3599322
# Use constructor property promotion
984f8038d3ab096b6018a2df084fd158644bc080
# Add useless comment phpcs sniff
c1d350f2b122ff7dff0c3a0ed2b3c0a515c176f6

View File

@ -38,6 +38,13 @@ The following instructions explain how to get, build and run the latest Engelsys
find resources/lang/ -type f -name '*.po' -exec sh -c 'file="{}"; msgfmt "${file%.*}.po" -o "${file%.*}.mo"' \; find resources/lang/ -type f -name '*.po' -exec sh -c 'file="{}"; msgfmt "${file%.*}.po" -o "${file%.*}.mo"' \;
``` ```
## Git setup (optional, recommended)
Ignore mass-changes like code formatting in Git blame:
```bash
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
## Testing ## Testing
To run the unit tests use To run the unit tests use
```bash ```bash