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
*Warning*: When ignoring line numbers, phparkitect can no longer discover if a rule is violated additional times in the same file.
104
104
105
+
## Output format
106
+
107
+
Output format can be controlled using the parameter `format=[FORMAT]`. There are two available output formats
108
+
*`text`: the default one
109
+
*`json`: this follows Gitlab's [code quality format](https://docs.gitlab.com/ci/testing/code_quality/#code-quality-report-format). Note that this will suppress any output apart from the violation reporting.
0 commit comments