Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build/target-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ We currently provide formatters for:
- `console`: Human-oriented printing à la PHP CS Fixer.
- `json`: A custom JSON blob for arbitrary tooling.
- `checkstyle`: Useful for Github Action Reports.
- `gitlab`: For Gitlab code quality reports or Code Climate tooling.

You can use the output format option as below

Expand Down
249 changes: 0 additions & 249 deletions src/Console/Output/GitlabOutputFormatter.php

This file was deleted.

1 change: 1 addition & 0 deletions src/Console/Output/OutputFormatterCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ final class OutputFormatterCollector
*/
private const array REMOVED_FORMATS = [
'junit' => ConsoleOutputFormatter::NAME,
'gitlab' => ConsoleOutputFormatter::NAME,
];

/**
Expand Down
54 changes: 0 additions & 54 deletions tests/Console/Output/Fixture/gitlab/errors_and_fixes.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/Console/Output/Fixture/gitlab/no_issues.json

This file was deleted.

36 changes: 0 additions & 36 deletions tests/Console/Output/Fixture/gitlab/only_errors.json

This file was deleted.

20 changes: 0 additions & 20 deletions tests/Console/Output/Fixture/gitlab/only_fixes.json

This file was deleted.

Loading
Loading