diff --git a/codeguard.yaml b/codeguard.yaml new file mode 100644 index 0000000..484c3b8 --- /dev/null +++ b/codeguard.yaml @@ -0,0 +1,11 @@ +model: codellama +languages: + - python + - javascript + - typescript + - go + - rust +severity_threshold: low +fail_on_critical: true +max_file_size: 100000 +chunk_size: 8000