Skip to content

Commit

Permalink
feat: add support
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 30, 2024
1 parent b163e28 commit 827d06b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/standardizer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
baseConfig:
searchDirectory: "./"
ignoreCase: false

directoryNaming:
allowHyphens: true
allowUnderscores: false
mustBeLowercase: true

fileNaming:
allowHyphens: true
allowUnderscores: true
mustBeLowercase: true

ignoreFormats:
- "\\.log$"
- "\\.env$"
- "README\\.md$"
- "_test\\.go$"
- "\\.md$"
- LICENSE

ignoreDirectories:
- "vendor"
- ".git"
- "node_modules"
- "logs"
- "CHANGELOG"
- "components"
- "_output"
- "tools/openim-web"
- "CHANGELOG"
- "examples/Test_directory"

fileTypeSpecificNaming:
".yaml":
allowHyphens: true
allowUnderscores: false
mustBeLowercase: true
".go":
allowHyphens: false
allowUnderscores: true
mustBeLowercase: true

0 comments on commit 827d06b

Please sign in to comment.