Braulio López
Braulio López
> We are getting this error on version `v0.1.16`, but `version: "v0.1.15"` in the action works fine: > > ``` > - name: Upload coverage results to Codecov.io > uses:...
@StingRayZA can you share those docs?
I have this ``` /** * Ctor. * * @param line Line position. * @param column Column position. * @param message Error message. */ public ParseError( final Integer line, final...
I downgraded to 0.19.5 and worked fine
@yegor256 this is my try: this dependency in `qulice-checkstyle` https://github.com/yegor256/qulice/blob/c2d778d9402efaf24d07d8fbbffd491edc2bed28/qulice-checkstyle/pom.xml#L69-L83 is the one that logs the error `unexpected token: record` at this line https://github.com/yegor256/qulice/blob/277d04dafb35aeb36accb4e620d19a744ad173d0/qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java#L108 the ticket https://github.com/checkstyle/checkstyle/issues/9085 suggests to use...