Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:07 +08:00
commit 4839df8053
4 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "credo",
"description": "Credo static code analysis for Elixir projects",
"version": "1.0.1",
"author": {
"name": "Bradley Golden",
"url": "https://github.com/bradleygolden"
},
"hooks": [
"./hooks"
]
}