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
We <3 clean code. In titan-server we run ktlint, and treat all warnings as error, to create a consistent style and expectations. We should do the same in the CLI.
Solution
Set the appropriate flags to treat warnings as errors, and add ktlint. See titan-server, though the mechanics will be difference since it's maven and not gradle.
Alternatives
Live with unclean code.
The text was updated successfully, but these errors were encountered:
Problem
We <3 clean code. In titan-server we run ktlint, and treat all warnings as error, to create a consistent style and expectations. We should do the same in the CLI.
Solution
Set the appropriate flags to treat warnings as errors, and add ktlint. See titan-server, though the mechanics will be difference since it's maven and not gradle.
Alternatives
Live with unclean code.
The text was updated successfully, but these errors were encountered: