mirror of
https://github.com/uklans/cache-domains
synced 2025-08-03 14:51:23 +02:00
This change adds [LeftHook](https://lefthook.dev/) as a GitHub hook management tool alongside [MegaLinter](https://megalinter.io/) to lint all relevant files within the repository. For users that don't end up installing LeftHook for pre-commit hooks, megalinter picks up the necessary formatting changes and reports them. * feat: add lefthook, megalinter and update editorconfig * fix: lint commit ordering * refactor: adjust megalinter reporters * refactor: adjust description for cache domains * refactor: single - for passing options * refactor: add repo-specific fmt in megalinter pre-commands too
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"combined_output": false,
|
|
"ips": {
|
|
"steam": ["10.10.3.10", "10.10.3.11"],
|
|
"origin": "10.10.3.12",
|
|
"blizzard": "10.10.3.13",
|
|
"windows": "10.10.3.14",
|
|
"riot": "10.10.3.15",
|
|
"generic": "10.10.3.16"
|
|
},
|
|
"cache_domains": {
|
|
"default": "generic",
|
|
"blizzard": "blizzard",
|
|
"origin": "origin",
|
|
"riot": "riot",
|
|
"steam": "steam",
|
|
"wsus": "windows",
|
|
"xboxlive": "windows"
|
|
}
|
|
}
|