ScalABM / auctions

A functional API for auction simulations
Apache License 2.0
13 stars 1 forks source link

Modify Codacy patterns to allow use of var within Akka Actor #105

Open davidrpugh opened 7 years ago

davidrpugh commented 7 years ago

Codacy has raised a number of issues regarding the use of mutable var fields. While we don't want to allow mutable var fields inside the auctions layer, it is best-practice to use either mutable var inside Akka Actor trait to handle mutable state. Ideally the Codacy pattern can be modified to handle this subtle distinction...