forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dcilintignore
36 lines (26 loc) · 1.58 KB
/
.dcilintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Besu CLI argument
tools/docker/besu-all-in-one/supervisord.conf
# Cannot be edited due to how yarn operates
.yarn/**
# Cannot be edited due to configuration schema of third party software
docs-cactus/source/conf.py
# Links would be broken if we refactored the offending lines
docs/docs/contributing/requesting-a-change.md
# Cannot be edited due to configuration schema of third party software
packages/cactus-test-tooling/src/main/typescript/keycloak/keycloak-container.ts
# Generated code that cannot be modified
examples/cactus-example-carbon-accounting-backend/src/main/json/generated/build-info/**
**/src/main/go/generated/openapi/go-client/client.go
# Cannot be edited as its a name of a imported Corda library, and Corda syntax
weaver/core/drivers/corda-driver/src/main/kotlin/CustomSerializationWhitelist.kt
weaver/samples/corda/corda-simple-application/clients/src/main/kotlin/com/cordaSimpleApplication/client/CustomSerializationWhitelist.kt
weaver/core/network/corda-interop-app/interop-workflows/src/main/kotlin/org/hyperledger/cacti/weaver/imodule/corda/flows/customSerializers/CustomSerializationWhitelist.kt
# Corda test network files that are generated and therefore cannot be altered to comply with DCI-Lint
weaver/tests/network-setups/corda/shared
# Commit messages snuck disallowed terminology into the changelog files.
CHANGELOG.md
# Ignore the Gradle Wrapper scripts because they are vendored dependencies that we cannot alter
**/gradlew
# We can't get around this one because there's a yarn plugin whose install URL
# only supports the old default branch name in git
.yarnrc.yml