thailint 0.15.6__py3-none-any.whl → 0.15.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {thailint-0.15.6.dist-info → thailint-0.15.8.dist-info}/METADATA +5 -3
- {thailint-0.15.6.dist-info → thailint-0.15.8.dist-info}/RECORD +5 -5
- {thailint-0.15.6.dist-info → thailint-0.15.8.dist-info}/WHEEL +0 -0
- {thailint-0.15.6.dist-info → thailint-0.15.8.dist-info}/entry_points.txt +0 -0
- {thailint-0.15.6.dist-info → thailint-0.15.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: thailint
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.8
|
|
4
4
|
Summary: The AI Linter - Enterprise-grade linting and governance for AI-generated code across multiple languages
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -152,10 +152,12 @@ See [How to Ignore Violations](https://thai-lint.readthedocs.io/en/latest/how-to
|
|
|
152
152
|
- name: Run thailint
|
|
153
153
|
run: |
|
|
154
154
|
pip install thai-lint
|
|
155
|
-
thailint dry src/
|
|
156
|
-
thailint nesting src/
|
|
155
|
+
thailint --parallel dry src/
|
|
156
|
+
thailint --parallel nesting src/
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
+
Use `--parallel` for faster linting on large codebases (2-4x speedup on multi-core systems).
|
|
160
|
+
|
|
159
161
|
Exit codes: `0` = success, `1` = violations found, `2` = error.
|
|
160
162
|
|
|
161
163
|
## Documentation
|
|
@@ -220,8 +220,8 @@ src/orchestrator/language_detector.py,sha256=ALt2BEZKXQM2dWr1ChF9lZVj83YF4Bl9xwr
|
|
|
220
220
|
src/templates/thailint_config_template.yaml,sha256=57ZtLxnIoOHtR5Ejq3clb4nhY9J4n6h36XFb79ZZPlc,12020
|
|
221
221
|
src/utils/__init__.py,sha256=NiBtKeQ09Y3kuUzeN4O1JNfUIYPQDS2AP1l5ODq-Dec,125
|
|
222
222
|
src/utils/project_root.py,sha256=aaxUM-LQ1okrPClmZWPFd_D09W3V1ArgJiidEEp_eU8,6262
|
|
223
|
-
thailint-0.15.
|
|
224
|
-
thailint-0.15.
|
|
225
|
-
thailint-0.15.
|
|
226
|
-
thailint-0.15.
|
|
227
|
-
thailint-0.15.
|
|
223
|
+
thailint-0.15.8.dist-info/METADATA,sha256=7kLsrDHppJeIvPAlTUieZEBLz7kG0bqG6o7SyTV-Zg0,7318
|
|
224
|
+
thailint-0.15.8.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
225
|
+
thailint-0.15.8.dist-info/entry_points.txt,sha256=DNoGUlxpaMFqxQDgHp1yeGqohOjdFR-kH19uHYi3OUY,72
|
|
226
|
+
thailint-0.15.8.dist-info/licenses/LICENSE,sha256=kxh1J0Sb62XvhNJ6MZsVNe8PqNVJ7LHRn_EWa-T3djw,1070
|
|
227
|
+
thailint-0.15.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|