mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 10:06:47 +00:00
Use GH config dir
This commit is contained in:
parent
ed407c8427
commit
eea1319b0a
6 changed files with 21 additions and 21 deletions
23
.github/config/rules.yaml
vendored
Normal file
23
.github/config/rules.yaml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Global rules that apply to all files/directories unless overridden
|
||||
global: []
|
||||
|
||||
# Rules for specific file extensions
|
||||
extensions:
|
||||
[".ts", ".js"]: ["Always use export default"]
|
||||
"tsx": ["Always use arrow functions"]
|
||||
|
||||
# Rules for specific directories
|
||||
directories:
|
||||
"src/**": []
|
||||
|
||||
# Paths to ignore completely
|
||||
ignore:
|
||||
- ".git"
|
||||
- "node_modules"
|
||||
- "dist"
|
||||
- "build"
|
||||
- "_build"
|
||||
- "csv"
|
||||
- "json"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue