Skip to content

Commit

Permalink
Build: Revert violation config changes
Browse files Browse the repository at this point in the history
After testing the 'Violation Comments' plugin it seems that the plugin
is not working as expected. As thus, any additional configuration is
being reverted. This additional configuration will be added back again
when the plugin gets back to work a working state.

Link: #14051
  • Loading branch information
ParaskP7 committed Feb 12, 2021
1 parent ac38ada commit 7226b78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,7 @@ task violationCommentsToGitHub(type: se.bjurr.violations.comments.github.plugin.
{{violation.message}}
"""
violations = [
["CHECKSTYLE", ".", ".*/build/.*/checkstyle/.*\\.xml\$", "Checkstyle"],
["CHECKSTYLE", ".", ".*/build/.*/detekt/.*\\.xml\$", "Detekt"]
["CHECKSTYLE", ".", ".*/build/.*\\.xml\$", "Checkstyle"]
]
}

Expand Down

0 comments on commit 7226b78

Please sign in to comment.