Unverified Commit 11e4df7e authored by Tao Feng's avatar Tao Feng Committed by GitHub

chore: add prlint (#269)

* chore: add prlint

* fix deps
parent 5dca1c24
{
"title": [
{
"pattern": "^(build|ci|docs|feat|fix|perf|refactor|style|test|chore|other)((.+))?:\\s.+",
"message": "Your title needs to be prefixed with a topic."
}
],
"body": [
{
"pattern": ".{1,}",
"message": "You need literally some contents in your description"
}
]
}
...@@ -33,8 +33,8 @@ bigquery = [ ...@@ -33,8 +33,8 @@ bigquery = [
jsonpath = ['jsonpath_rw==1.4.0'] jsonpath = ['jsonpath_rw==1.4.0']
db2 = [ db2 = [
'ibm_db', 'ibm_db==3.0.1',
'ibm-db-sa-py3' 'ibm-db-sa-py3==0.3.1-1'
] ]
druid = [ druid = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment