diff --git a/.deepsource.toml b/.deepsource.toml index 2e0d9e075..4e94191fb 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -10,6 +10,7 @@ exclude_patterns = [ "**/*.tmp", # Exclude temporary files with .tmp extension "**/*.cache", # Exclude cache files or directories "pkg/**/*", + "cmd/**/*", ] [[analyzers]]