We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Produce additional artifact with required ktlint version. It can be zip\tar.gz\tgz archive with final diktat fat jar and ktlint with proper version
Add main class for diktat which runs KtLint.format or KtLint.lint. Need to support the same arguments as Benedikt
KtLint.format
KtLint.lint
Benedikt
master
Main-Class
META-INF/MANIFEST.MF
Class-Path
The text was updated successfully, but these errors were encountered:
It's required for saveourtool/benedikt#6 can be resolved by reading pom.xml for resoling required version of ktlint
pom.xml
ktlint
Sorry, something went wrong.
Available since the 1.2.4.2 release of Benedikt.
What's missing, though, is KtLint version resolution (currently, both Diktat and KtLint versions are hard-coded in the script)
Add main for diktat.jar
7fee58a
### What's done: * renamed diktat-ruleset to diktat * added DiktatMain * updated gradle plugin to use only diktat as dependency It closes #1557
@Suppress()
nulls
Successfully merging a pull request may close this issue.
Produce additional artifact with required ktlint version.It can be zip\tar.gz\tgz archive with final diktat fat jar and ktlint with proper version
Add main class for diktat which runs
KtLint.format
orKtLint.lint
.Need to support the same arguments as
Benedikt
master
).Main-Class
attribute inMETA-INF/MANIFEST.MF
of the fat jarClass-Path
attribute inMETA-INF/MANIFEST.MF
of the fat jarThe text was updated successfully, but these errors were encountered: