You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rules and guidelines that can be automatically checked by a Scala linter, checker, or validator.
Rules that can't be enforced automatically.
For this guide, it makes sense to provide the first part in the form of a configuration that can be automatically applied and enforced by Scala formatting tools. This way, adopters of this guide don't have to remember or create their own configuration. Instead, they can simply follow a single entry in the guide: "use this formatting configuration."
This guide can then focus on more complex aspects of good and clean code.
The text was updated successfully, but these errors were encountered:
There are two aspects to this guide:
For this guide, it makes sense to provide the first part in the form of a configuration that can be automatically applied and enforced by Scala formatting tools. This way, adopters of this guide don't have to remember or create their own configuration. Instead, they can simply follow a single entry in the guide: "use this formatting configuration."
This guide can then focus on more complex aspects of good and clean code.
The text was updated successfully, but these errors were encountered: