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

Bump checkstyle to 8.44 (from 8.29) #548

Merged
merged 2 commits into from Jul 5, 2021
Merged

Conversation

brenuart
Copy link
Collaborator

@brenuart brenuart commented Jul 5, 2021

Related issue: #547

pom.xml Outdated
Comment on lines 403 to 423
<!-- Configure checkstyle with sensible defaults for this project so it can be
executed standalone from the CLI as follows:

mvn checkstyle:check
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<configuration>
<configLocation>src/checkstyle/checkstyle.xml</configLocation>
</configuration>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>${checkstyle.version}</version>
</dependency>
</dependencies>
</plugin>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace tabs with spaces to keep consistent with the rest of the file.

(Kind of ironic since this is a checkstyle review. hah!)

@philsttr philsttr merged commit ef9dced into logfellow:main Jul 5, 2021
@philsttr philsttr added this to the 7.0 milestone Jul 5, 2021
@brenuart brenuart deleted the gh547 branch July 6, 2021 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants