piyush
piyush
Resolves: #14465 This PR aims to get rid of `Files.createTempFile` methods.
Partial of #14122 This PR aims to refactor the class to avoid exception from being thrown from the constructor.
This is in continuation to https://github.com/checkstyle/checkstyle/issues/14220. We need to refactor below classes by removing createTempFile, createTempDir (if any) occurences as mentioned in the linked issue. ``` [ERROR] Forbidden method invocation:...
Resolves #818 This PR reuses the earlier PR on shallow clone PR, while reverted retaining checkout abilitiy to specific SHA. I tested this PR on main repo https://github.com/checkstyle/checkstyle/pull/14662, by following...
https://github.com/checkstyle/checkstyle/blob/b0961ea6a54e1d3b920857e708cfc1cac8c3734d/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/regexp/regexpmultiline/Example7.txt ``` / *xml /var/tmp/Test.java // violation, a file must not be empty. */ ``` I am working on test-configs and this creates parsing issue for the application. ``` Error...
Link: https://checkstyle.sourceforge.io/checks/annotation/annotationlocation.html I am quoting the documentation for AnnotationLocation below to highlight the perceived inconsistency. Use the following configuration to allow multiple annotations on the same line: ``` ``` Example...