mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
2c167153e9
Fixes an issue on macOS Mojave that was patched in fa1c281e79.
The list of changes can be found under
build/premake/premake5/CHANGES.txt.
This was SVN commit r22021.
20 lines
323 B
Plaintext
20 lines
323 B
Plaintext
{
|
|
"exclude": [
|
|
"(^binaries/system/)",
|
|
"(^build/premake/premake5/)",
|
|
"(^source/third_party/)",
|
|
"(^libraries/)"
|
|
],
|
|
"linters": {
|
|
"text": {
|
|
"type": "text",
|
|
"severity": {
|
|
"1": "disabled",
|
|
"2": "disabled",
|
|
"3": "disabled",
|
|
"5": "disabled"
|
|
}
|
|
}
|
|
}
|
|
}
|