chenjunjiedada opened a new issue #289: Update scala style MultipleStringLiteralsChecker or remove it URL: https://github.com/apache/incubator-iceberg/issues/289 With the current checker setting of ignoreRegex `^""$` (which is the default), it cannot use the string interpolation variables more than three times. Please see a related issue [here](https://github.com/scalastyle/scalastyle/issues/100). I can resolve this by setting ignoreRegex to `^""?$` as listed in the above link. Besides, I found it is not convenient to use the checker, for example, when concatenating a path it may need to use `/` several times, I don't want to define a variable. Since I don't see the checker enabled in spark project, can we also remove it?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
