Skip to content

Commit

Permalink
chore: Update java-formatter ignore lists (#1030)
Browse files Browse the repository at this point in the history
* chore: Update java-formatter ignore lists

* chore: Reformat JavaFutureTests.java
  • Loading branch information
He-Pin authored Jan 23, 2024
1 parent 27b86be commit ae210b1
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 117 deletions.
32 changes: 31 additions & 1 deletion .sbt-java-formatter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,37 @@ ignored-files = [
"ProtobufProtocol.java"
//in docs
"TwoPhaseSetMessages.java"
"FlightAppModels.java"
"FlightAppModels.java",

//pekko-actor
"OnSpinWait.java",
"AbstractBoundedNodeQueue.java",
"AbstractMailbox.java",
"AbstractMessageDispatcher.java",
"AbstractNodeQueue.java",
//pekko-cluster
"ClusterMessages.java",
//pekko-cluster-metrics
"ClusterMetricsMessages.java",
//pekko-cluster-sharding-typed
"ShardingMessages.java",
//pekko-cluster-sharding
"ClusterShardingMessages.java",
//pekko-cluster-tools
"ClusterClientMessages.java",
"DistributedPubSubMessages.java",
//pekko-cluster-typed
"ClusterMessages.java",
"ReliableDelivery.java",
//pekko-distributed-data
"ReplicatedDataMessages.java",
"ReplicatorMessages.java",
//pekko-multi-node-testkit
"TestConductorProtocol.java",
//pekko-persistence
"MessageFormats.java",
//pekko-remote-tests
"TestMessages.java",
]

//ignore by packages:
Expand Down
Loading

0 comments on commit ae210b1

Please sign in to comment.