Skip to content

Commit 690ce3f

Browse files
be-wise-be-kindSteve Jackson
andauthored
Add thailint (#1876)
Co-authored-by: Steve Jackson <steve.jackson@qbench.com>
1 parent 8bdad2a commit 690ce3f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

data/tools/thailint.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: thailint
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
- typescript
7+
- javascript
8+
- rust
9+
- yaml
10+
- terraform
11+
- shell
12+
- ai-generated-code
13+
license: MIT License
14+
types:
15+
- cli
16+
source: 'https://github.com/be-wise-be-kind/thai-lint'
17+
homepage: 'https://thai-lint.readthedocs.io/'
18+
description: >-
19+
Multi-language linter targeting anti-patterns that appear disproportionately
20+
in AI-generated code: duplicated blocks across files, excessive nesting,
21+
magic numbers, Single Responsibility violations, and linter suppressions
22+
added without justification. Covers Python, TypeScript, JavaScript and Rust
23+
from one configuration, ships a pre-commit hook per rule, and emits text,
24+
JSON or SARIF for CI.

0 commit comments

Comments
 (0)