chore: add grit pattern enforcement (#243)

This commit is contained in:
Morgante Pell
2023-11-30 13:15:09 -05:00
committed by GitHub
parent 12ba79ab13
commit 1942f3347f
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
.gritmodules
*.log
+2 -4
View File
@@ -1,8 +1,6 @@
version: 0.0.1
patterns:
- name: github.com/getgrit/js#*
- name: github.com/getgrit/python#*
- name: github.com/getgrit/json#*
- name: github.com/getgrit/hcl#*
- name: github.com/getgrit/python#openai
level: info
- name: github.com/getgrit/python#no_skipped_tests
level: error
+2
View File
@@ -22,6 +22,8 @@ If it is not a small change, please start by [filing an issue](https://github.co
If you need ideas, you can check out the [help wanted](https://github.com/jxnl/instructor/labels/help%20wanted) or [good first issue](https://github.com/jxnl/instructor/labels/good%20first%20issue) labels.
[Grit](https://docs.grit.io/) is used to enforce best practices. You can run `grit check` to check your code before submitting a pull request.
# Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->