adding profanity checks
This commit is contained in:
parent
7c3982fe3d
commit
1ebbcf493d
2 changed files with 16 additions and 1 deletions
8
PROFANITY
Normal file
8
PROFANITY
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- contains: "github.com/blend/"
|
||||
message: "should not include go-sdk in this (outside tests)"
|
||||
include: "*.go"
|
||||
exclude: "*_test.go"
|
||||
- contains: "github.com/blendlabs/"
|
||||
message: "should not include blend go-* packages in this"
|
||||
include: "*.go"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue