GenerateLinterConfig - 代码检查规则生成工具
Project description
gen-linter-config
A LLM-based linter configuration generate tool .
How to use
- install:
pip install gen-linter-config
-
Configuring LLM: This project uses
litellmto call large model in a unified format, so please make sure that you have configured your key as an environment variable and have sufficient token resources before using it. -
Usage Example:
gen-linter-config -t checkstyle --input "No more than 5 function parameters" gen-linter-config -t checkstyle --input rule.txt --out output.json gen-linter-config -t checkstyle --input "Wrap the code block in braces" --format json gen-linter-config --tool Cppcheck --model dashscope/qwen3-max --input "It is forbidden to use malloc functions that may return null pointers without checking." # Cppcheck does not apply to the attribute name system, so it will not actually return the content containing the attribute name.
If you don't specify an output file, the output will directly printed in the console.
Configure key as a system-level environment variable
Windows:Through the system property settings. Find system-properties, find advanced system settings-environment variable, and then create a new user variable with the variable named OPENAI_API_KEY and the value of the key in the user environment variable above.
Linux/macos:Set environment variables in the shell configuration file. Open the terminal and execute the instructions according to different shell:
# Bash
nano ~/.bashrc
# Zsh
nano ~/.zshrc
# Other shell may need to consult relevant documents.
Add in the configuration file:
export OPENAI_API_KEY=[Your OpenAI API key]
Then save and exit. Make the changes take effect:
# Bash
source ~/.bashrc
# Zsh
source ~/.zshrc
# 其它的shell可能需要查阅相关文档确定具体指令。
List of supported tools
| Tool | Y/N |
|---|---|
| Checkstyle | Y |
| ESLint | Y |
| Biome | Y |
| ClangTidy | Y |
| CppCheck | Y |
| Flake8 | Y |
| PMD | Y |
| Pylint | Y |
| Reek | Y |
| RuboCop | Y |
| Ruff | Y |
Among them, Checkstyle and ESLint support a relatively perfect generation mechanism, while other tools do not. The configuration generation of more tools is still under development.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gen_linter_config-1.0.6.tar.gz.
File metadata
- Download URL: gen_linter_config-1.0.6.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45e0925f6762723fb4583b5e445ce8be607180fe0db973262d1631676e4d3884
|
|
| MD5 |
8c4e314fb0fa38f4e6eaf25fce2d6df3
|
|
| BLAKE2b-256 |
5db934818de7d5b0a2cfa57e027b41971873405a149027fd79223c4d482c4e50
|
File details
Details for the file gen_linter_config-1.0.6-py3-none-any.whl.
File metadata
- Download URL: gen_linter_config-1.0.6-py3-none-any.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c6602bef0c619afecb26350ad6451574904a98ba15357c25f313872fa0631cc
|
|
| MD5 |
0c03765b4db67aecea26644561f07a9b
|
|
| BLAKE2b-256 |
98420611418560c762e7b50ce798697017049fd0b99a81635e1e623e4a1d851f
|