This repo contains several checks which can be used by check-config.
Check which changes are needed with:
check-config -p https://raw.githubusercontent.com/mrijken/checks/refs/heads/main/rerun/check-config.tomlApply the changes:
check-config -p https://raw.githubusercontent.com/mrijken/checks/refs/heads/main/rerun/check-config.toml --fileYou can create a local check-config.toml file to include the snippets
of your liking:
include = [
"https://raw.githubusercontent.com/mrijken/checks/refs/heads/main/rerun/check-config.toml"
]With the next command you can check which fixes are needed to make your system compliant (with 0, 1 or 2 verbose options):
check-config -vvAnd apply these to your system:
check-config --fix -vvDo you have a snippet to share, please make a PR.