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
…toplightio#822.
The text formatter is close to the stylish but with no special formatting and a source:line:column suitable for navigation within an IDE console (IntelliJ specifically).
The teamcity formatter emits teamcity inspection service messages that teamcity will automatically detect and add to the build inspection tab.
* Add two formatters: text, teamcity. Closes issues #823 and #822.
The text formatter is close to the stylish but with no special formatting and a source:line:column suitable for navigation within an IDE console (IntelliJ specifically).
The teamcity formatter emits teamcity inspection service messages that teamcity will automatically detect and add to the build inspection tab.
* Updates as per P0lip
User story.
As an SRE, I can do configure spectral to emit teamcity inspection service messages, so that I can fail the build and navigate to errors.
Describe the solution you'd like
A new formatter that emits teamcity service messages.
Additional context
Teamcity service messages look like
See also https://www.jetbrains.com/help/teamcity/build-script-interaction-with-teamcity.html#BuildScriptInteractionwithTeamCity-ReportingInspections
(PR forthcoming)
The text was updated successfully, but these errors were encountered: