vet

Mirror of Vet, an AI code review tool
git clone git://git.laack.co/vet.git
Log | Files | Refs | README | LICENSE

configs.toml (315B)


      1 [ci]
      2 confidence_threshold = 0.9
      3 max_workers = 4
      4 quiet = true
      5 base_commit = "main"
      6 model = "opus"
      7 
      8 [security]
      9 enabled_issue_codes = ["hardcoded_secret", "insecure_code", "race_condition", "resource_leakage"]
     10 confidence_threshold = 0.7
     11 
     12 [high-precision]
     13 confidence_threshold = 0.7
     14 temperature = 1.0
     15 model = "gpt-5.2"