Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
83 views

In the Checkstyle tool what's the difference between the ImportOrder and the CustomImportOrder rules? At the first glance they look similar.
AlexElin's user avatar
  • 1,799
1 vote
1 answer
84 views

I'm using clang-format with checkstyle in Java project and having an issue with Lambda indentation Specifically - due to clang-format Java limitations in certain scenarios my lambdas are formatted as ...
Slava.In's user avatar
  • 1,195
0 votes
1 answer
124 views

I use the checkstyle plugin with version 3.6.0 and the chekcstyle version 9.3. I am trying to implement a way to ignore the line length in blocks that start with //@formatter:off and finish with //@...
Vanessa's user avatar
3 votes
0 answers
209 views

I'm using checkstyle in my springboot project, VS code formatter that I think came from redhat is able to automatically format the import order, and code length so it doesn't violate checkstyle rules. ...
lulski gonzales's user avatar
0 votes
1 answer
417 views

I`m trying to exclude the checkstyle for the files on src/main I just want to check the files on my test folder that's why I've added includeTestSourceDirectory. I tried this <excludeFiles>src/...
jarwin's user avatar
  • 668
0 votes
0 answers
53 views

Maven Checkstyle Plugin: Only Custom Checkstyle Report Generated, Google Checkstyle Report Missing I am working on a Java project using Spring Boot and Maven a simple proof-of-concept for Checkstyle ...
oneworld's user avatar
  • 791
0 votes
1 answer
49 views

I have a regexp rule: <module name="TreeWalker"> <module name="Regexp"> ... </module> </module> And I want to use this rule only for ...
SilverCube's user avatar
  • 1,188
0 votes
1 answer
70 views

Could anyone say how to check the presence of empty line between license header and package name, if it is possible. I mean: /* * My license */ <-- I need an empty line here and I ...
SilverCube's user avatar
  • 1,188
0 votes
1 answer
161 views

When I build my Spring Boot 3 app (JDK 21), I get the following error while running the AWS SAM build command: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:...
Anoop Varma's user avatar
2 votes
2 answers
1k views

I seem to have stumbled upon a very simple problem (which should be very straight-forward) but unable to find an answer for the last 4 hrs. I am trying to configure a custom checkstyle config in my ...
AyeVeeKay's user avatar
  • 169
0 votes
1 answer
518 views

I recently upgraded to IntelliJ IDEA Ultimate 2024.1.1 and encountered an issue with the Checkstyle plugin. My project uses a specific version of Checkstyle defined in checkstyle.xml which isn't ...
agaonsindhe's user avatar
1 vote
1 answer
206 views

Recently found out about the java-test-fixtures gradle plugin and added it in order to share some functionality between tests for sub projects in a big multi-project repo, which has strict checkstyle ...
Lucas Milet's user avatar
0 votes
1 answer
112 views

I want to have my own check "check that method identifier of class X is not longer than 18 chars". I want eclipse to show violations to my custom rule in the IDE as warning or error. However ...
rhetoricquestions's user avatar
1 vote
0 answers
115 views

I'm a contributor at Checkstyle. I was working on this issue to add support for detecting JSNI method for rule 4.4 Column Limit: 100. I made a PR regarding this issue, but there I got stuck on how we ...
Mauryan Aka Zops's user avatar
0 votes
0 answers
146 views

I have my_checkstyle.xml file. I assume it is based on Sun's checkstyle. It is located in separated module that is built together with other common modules for the project. I try to useit for the ...
andrew17's user avatar
  • 945

15 30 50 per page
1
2 3 4 5
89