Aman-Mittal commented on code in PR #6324:
URL: https://github.com/apache/fineract/pull/6324#discussion_r3845216312
##########
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:
While it is a compile level dependency , maybe we can check for alternative
even if it is used before in project
--
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]