Add Diktat linter GitHub Action for Kotlin code

Diktat is a KtLint-based linter for Kotlin code.

Links:

 - [Diktat](https://github.com/saveourtool/diktat)
 - [Benedikt, the GitHub Action which runs Diktat](https://github.com/saveourtool/benedikt)
This commit is contained in:
Andrey Shcheglov 2023-03-03 15:03:48 +03:00
parent 654bcb11d0
commit c8f1ddec69

View File

@ -303,6 +303,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata)
- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action)
- [Run `saveourtool/diktat` to lint your Kotlin code, with SARIF output on the PR](https://github.com/saveourtool/benedikt)
#### Security