You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,8 +32,12 @@ if [[ "$TESTS_EXIT_STATUS" -ne 0 ]]; then
28
32
echo'If you think there is a false positive violation, please check the known issues of Periphery at https://github.com/peripheryapp/periphery/issues.'
29
33
echo'If you think a violation is valid but it should be surpressed for any reason, please apply the `// periphery: ignore - {your-reason-here}` comment.'
30
34
echo''
35
+
# Add the periphery errors as a Buildkite annotation
36
+
(echo "### Periphery found unused code";echo'';echo'```'; cat "$PERIPHERY_OUTPUT_FILE";echo'';echo'```') \
0 commit comments