File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
documentation/issue-providers/tap Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2626- [ Cake.Issues.Markdownlint] ( https://cakebuild.net/extensions/cake-issues-markdownlint ) {target="_ blank"}
2727- [ Cake.Issues.MsBuild] ( https://cakebuild.net/extensions/cake-issues-msbuild ) {target="_ blank"}
2828- [ Cake.Issues.Sarif] ( https://cakebuild.net/extensions/cake-issues-sarif ) {target="_ blank"}
29+ - [ Cake.Issues.Tap] ( https://cakebuild.net/extensions/cake-issues-tap ) {target="_ blank"}
2930- [ Cake.Issues.Terraform] ( https://cakebuild.net/extensions/cake-issues-terraform ) {target="_ blank"}
3031
3132</div >
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ The [Cake.Issues.Tap addin](https://cakebuild.net/extensions/cake-issues-tap/){t
1818 To retrieve detailed information a tool specific log file format needs to be used which can parse the non-standardized
1919 data provided by the tool for every issue.
2020
21- - [x] ` GenericLogFileFormat ` alias for reading issues from any [ Test Anything Protocol (TAP)] {target="_ blank"} compatible file
22- - [x] ` StylelintLogFileFormat ` alias for reading TAP files generated by [ stylelint] ( https://stylelint.io/ ) {target="_ blank"}.
23- - [x] ` TextlintLogFileFormat ` alias for reading TAP files generated by [ Textlint] ( https://textlint.github.io/ ) {target="_ blank"}.
21+ - [x] [ GenericLogFileFormat] {target=" _ blank"} alias for reading issues from any [ Test Anything Protocol (TAP)] {target="_ blank"} compatible file
22+ - [x] [ StylelintLogFileFormat] {target=" _ blank"} alias for reading TAP files generated by [ stylelint] ( https://stylelint.io/ ) {target="_ blank"}.
23+ - [x] [ TextlintLogFileFormat] {target=" _ blank"} alias for reading TAP files generated by [ Textlint] ( https://textlint.github.io/ ) {target="_ blank"}.
2424
2525## Supported IIssue properties
2626
@@ -115,3 +115,6 @@ The [Cake.Issues.Tap addin](https://cakebuild.net/extensions/cake-issues-tap/){t
115115 3. Can be set while reading issues
116116
117117[ Test Anything Protocol (TAP) ] : https://testanything.org/
118+ [ GenericLogFileFormat ] : https://cakebuild.net/api/Cake.Issues.Tap/TapIssuesAliases/2A2A0459
119+ [ StylelintLogFileFormat ] : https://cakebuild.net/api/Cake.Issues.Tap/TapIssuesAliases/DA797C08
120+ [ TextlintLogFileFormat ] : https://cakebuild.net/api/Cake.Issues.Tap/TapIssuesAliases/A3A4E3E7
You can’t perform that action at this time.
0 commit comments