saveourtool/Benedi.kt

A GitHub Action to check your code with diKTat

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configThe location of the YAML configuration file. By default, diktat-analysis.yml in the current directory is used. nodiktat-analysis.yml
reporterThe reporter to use, one of: "sarif" (the default) or "checkstyle". nosarif
input-pathsOne or more patterns which indicate the files or directories to check. Use a multiline string to specify multiple inputs. If an input is a path to a file, it is passed to diKTat as-is. If an input is a path to a directory, the directory is recursively traversed, and all *.kt and *.kts files are passed to diKTat. If an input is an Ant-like path pattern (such as "**/*.kt"), diKTat expands it into the list of files that match the path pattern. Path patterns may be negated, e. g.: "!src/**/*Test.kt" or "!src/**/generated/**". no
java-distributionThe Java distribution. See the list of supported distributions at <https://github.com/actions/setup-java/blob/main/README.md#supported-distributions>. The default is "temurin". Note that setting just this property in order to use a custom JDK is not sufficient: please set "java-version", too. notemurin
java-versionThe Java version to set up. Takes a whole or semver Java version. See examples of supported syntax at <https://github.com/actions/setup-java/blob/main/README.md#supported-version-syntax>. no
debugWhether debug logging should be enabled no${{ false }}
fail-on-errorWhether linter errors are considered fatal (the default is true) no${{ true }}
namedescription
exit-codeThe exit code of diKTat