chore: exclude directories from code climate

This commit is contained in:
Richard Ramos 2023-08-31 15:50:31 -04:00 committed by richΛrd
parent 9c0bebc859
commit 215c7c46b6
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ exclude_patterns:
- "**/*.pb.go"
- "**/rln/contracts/*.go"
- "**/bindata.go"
- "./examples/waku-csharp"
- "./examples/swift-waku"