Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support diktat - Kotlin code style analyzer #789

Merged
merged 4 commits into from
Feb 9, 2021

Commits on Feb 5, 2021

  1. Diktat is a strict coding standard for Kotlin and a custom set of rul…

    …es for detecting code smells, code style issues and bugs.
    
    https://github.com/cqfn/diKTat/blob/master/README.md
    Cheshiriks committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    9b5b488 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Reorder the kotlin formatters because diktat is sort-of a subtype of …

    …ktlint: ktfmt, ktlint, diktat
    nedtwigg committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8793da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d9bcef View commit details
    Browse the repository at this point in the history
  3. Fix tests and spotbugs.

    nedtwigg committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    5880a54 View commit details
    Browse the repository at this point in the history