feature/pre-commit #1

Merged
schtobia merged 7 commits from feature/pre-commit into develop 2023-10-06 07:10:36 +02:00
Showing only changes of commit 0eced72348 - Show all commits

6
.ecrc
View file

@ -1,4 +1,8 @@
{
"IgnoreDefaults": false,
"Exclude": ["^LICENSE$", "^LICENSES/.*"]
"Exclude": [
"^LICENSE$",
"^LICENSES/.*",
"documentation/pages/about.dox"
]
}