Skip to content

mrijken/checks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checks for check-config

This repo contains several checks which can be used by check-config.

Apply a single check

Check which changes are needed with:

check-config -p https://raw.githubusercontent.com/mrijken/checks/refs/heads/main/rerun/check-config.toml

Apply the changes:

check-config -p https://raw.githubusercontent.com/mrijken/checks/refs/heads/main/rerun/check-config.toml --file

Use checks with a local check-config.toml

You 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 -vv

And apply these to your system:

check-config --fix -vv

Contribute

Do you have a snippet to share, please make a PR.

About

Checks for check-config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published