Aman-Mittal commented on code in PR #6324:
URL: https://github.com/apache/fineract/pull/6324#discussion_r3845204662
##########
config/checkstyle/checkstyle.xml:
##########
@@ -101,6 +101,14 @@
<property name="forbiddenImportsExcludesRegexp" value="" />
<message key="forbid.certain.imports" value="Use
''java.nio.charset.StandardCharsets'' instead of ''{0}''" />
</module>
+ <!-- Forbid REST Assured in the Feign integration tests; use the
generated Feign client -->
+ <module
name="com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck">
Review Comment:
com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck
https://sevntu-checkstyle.github.io/sevntu.checkstyle/
is using incompatible LGPL licence i think we can look for alternative for
this
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]