Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
54 views

I wonder if there's any way to get checkstyle working with emacs, as solutions I have found are outdated or don't work. JDEE seems to have a way to use checkstyle, but it's an outdated package that ...
Lucy's user avatar
  • 127
1 vote
0 answers
35 views

I am trying to set up ELisp code to enable a checkstyle linter for java development with the flycheck package, but it throws an error I don't understand when running doom doctor for diagnosis. ;;;; 0 ...
Lucy's user avatar
  • 127
Advice
1 vote
0 replies
73 views

I'm using Intellij IDEA with CheckStyle-IDEA plugin, then import it using Code Style -> Java -> Import Scheme -> Checkstyle Configuration -> google_checks.xml. This lets me reformat the ...
user3758745's user avatar
  • 1,047
1 vote
1 answer
90 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,829
1 vote
1 answer
113 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,207
0 votes
1 answer
166 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
230 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
463 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
1 answer
51 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,288
0 votes
1 answer
72 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,288
0 votes
1 answer
164 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
2k 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
592 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
214 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
119 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

15 30 50 per page
1
2 3 4 5
89