From 688cb374f6bbe192693bd0cbb00d74177a6bb58f Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 18 Feb 2024 08:19:01 +0200 Subject: [PATCH] lint --- pr_agent/settings/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index b4e5460c..5917b274 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -110,7 +110,7 @@ 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"] +excluded_checks_list=["lint"] # list of checks to exclude, for example: ["check1", "check2"] persistent_comment=true