Update README and documentation with new CI Feedback tool

This commit is contained in:
mrT23
2024-02-16 20:30:29 +02:00
parent 4947c6b841
commit cb3ebd9169
4 changed files with 87 additions and 44 deletions

View File

@ -107,6 +107,14 @@ file = "" # in case there are several components with the same name
class_name = "" # in case there are several methods with the same name in the same file, you can specify the relevant class name
enable_help_text=true
[checks] # /checks (pro feature) #
enable_auto_checks_feedback=true
excluded_checks_list=[] # list of checks to exclude, for example: ["check1", "check2"]
persistent_comment=true
[pr_config] # /config #
[github]