ktlint-maven-plugin icon indicating copy to clipboard operation
ktlint-maven-plugin copied to clipboard

Maven plugin for ktlint the Kotlin linter

Results 30 ktlint-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps httpcore from 4.4.15 to 4.4.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpcore&package-manager=maven&previous-version=4.4.15&new-version=4.4.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

For code as per ``` enum class Useless { one two, three } ``` produced an error of **5:12 Expecting ';' after the last enum entry or '}' to close...

We are using a seperate path for our integration-tests in an additional path "integration-test". These are glued together through the maven plugin org.codehaus.mojo:build-helper-maven-plugin:3.0.0. If I run any ktlint-goal such as...

When I run the `check` goal on `v1.10.2` locally (not within a Docker container) using the following command: `./mvnw -s /usr/share/maven/ref/settings.xml -Dmaven.repo.local=./.m2 com.github.gantsign.maven:ktlint-maven-plugin:check` It fails on the following errors: ```...

When setting up the pom.xml like described in the "Formatting as part of the build" section of the usage documentation the code is not auto-intended. If I instead run `mvn...

From [Ktlint changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md): > --relative CLI flag which makes ktlint output file paths relative to working directory (e.g. dir/file.kt instead of /home/269/project/dir/file.kt). The plugin does not offer this flag as...

I'm using apt/kapt to auto generate some source files. I want to exclude these when running ktlint check This is a maven project. ``` com.github.gantsign.maven ktlint-maven-plugin 1.4.2 target/generated-sources/kapt/compile/* **/generated-sources/kapt/** target/generated-sources/kapt/compile/**...

Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 4.0.0 to 4.0.1. Release notes Sourced from org.codehaus.plexus:plexus-utils's releases. 4.0.1 🚀 New features and improvements Add .gitignore to default excludes (#269) @​slawekjaranowski downgrade plexus-xml from 4 to...

dependencies
java

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.3.0. Release notes Sourced from codecov/codecov-action's releases. v4.3.0 What's Changed fix: automatically detect if using GitHub enterprise by @​thomasrockhu-codecov in codecov/codecov-action#1356 build(deps-dev): bump typescript from...

dependencies
github_actions

Bumps commons-io:commons-io from 2.15.1 to 2.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.15.1&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java