jlstephens89 commented on a change in pull request #8769:
URL: https://github.com/apache/skywalking/pull/8769#discussion_r838603565
##########
File path: .lift/config.toml
##########
@@ -1,3 +1,8 @@
jdk11 = true
-ignoreRules = [ "THREAD_SAFETY_VIOLATION", "MissingSummary",
"SameNameButDifferent" ]
+ignoreRules = [ "THREAD_SAFETY_VIOLATION", "MissingSummary",
"SameNameButDifferent", "NonAtomicVolatileUpdate", "EqualsGetClass"]
setup = ".lift/setup.sh"
+ignoreFiles = """
+skywalking-ui/
+apm-protocol/apm-network/target/
Review comment:
@wu-sheng Do you mean instead of the target directory or as well as?
--
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]