2019-01-12 01:41:54 +08:00
|
|
|
//ignore by files
|
|
|
|
|
// 1. the protobuf generated messages
|
|
|
|
|
ignored-files = [
|
|
|
|
|
"ArteryControlFormats.java",
|
|
|
|
|
"ContainerFormats.java",
|
|
|
|
|
"SystemMessageFormats.java",
|
|
|
|
|
"WireFormats.java",
|
|
|
|
|
"StreamRefMessages.java",
|
|
|
|
|
//in tests
|
|
|
|
|
"ProtobufProtocol.java"
|
|
|
|
|
]
|
|
|
|
|
|
2020-02-14 15:19:10 +01:00
|
|
|
//ignore by packages:
|
2019-01-12 01:41:54 +08:00
|
|
|
// 1. adated source code
|
|
|
|
|
// 2. protobuf generated messages
|
|
|
|
|
ignored-packages = [
|
2022-11-12 10:21:24 +01:00
|
|
|
"org.apache.pekko.dispatch",
|
|
|
|
|
"org.apache.pekko.protobuf",
|
2019-01-12 01:41:54 +08:00
|
|
|
"sun.reflect",
|
2022-11-12 10:21:24 +01:00
|
|
|
"org.apache.pekko.cluster.protobuf.msg",
|
|
|
|
|
"org.apache.pekko.cluster.metrics.protobuf.msg",
|
|
|
|
|
"org.apache.pekko.cluster.sharding.protobuf.msg",
|
|
|
|
|
"org.apache.pekko.cluster.sharding.typed.internal.protobuf",
|
|
|
|
|
"org.apache.pekko.cluster.client.protobuf.msg",
|
|
|
|
|
"org.apache.pekko.cluster.pubsub.protobuf.msg",
|
|
|
|
|
"org.apache.pekko.cluster.typed.internal.protobuf",
|
|
|
|
|
"org.apache.pekko.cluster.ddata.protobuf.msg",
|
|
|
|
|
"org.apache.pekko.remote.testconductor",
|
|
|
|
|
"org.apache.pekko.persistence.serialization",
|
2019-01-12 01:41:54 +08:00
|
|
|
//in tests
|
2022-11-12 10:21:24 +01:00
|
|
|
"org.apache.pekko.remote.artery.protobuf",
|
2019-01-12 01:41:54 +08:00
|
|
|
//in docs
|
|
|
|
|
"docs.ddata.protobuf.msg",
|
|
|
|
|
"docs.persistence.proto"
|
|
|
|
|
]
|