Skip to content

Commit

Permalink
Add Sonar Cloud to list of Code Analysis Tools (SAP#200)
Browse files Browse the repository at this point in the history
* Add SonarCloud static code checking tool

* Fix spelling mistakes

* Moved Sonar Cloud paragraph

* Removed easily

Co-authored-by: Christoph Pohl <[email protected]>
  • Loading branch information
matt1as and xtough authored Apr 23, 2021
1 parent 8511811 commit 3785483
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions abap-code-review/src/tools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ pipeline -> pipeline: 4: abaplint
@enduml
....

==== Third party checks

There are other tools from third party vendors that can be also used for ABAP code analysis.

For instance, link:https://www.sonarsource.com/abap/[SonarSource ABAP] can be used to check ABAP source serialized by abapGit.
Their link:https://github.com/apps/sonarcloud[App] can be used to integrate it with GitHub-based CI pipelines.

=== abap-openapi-client

External check services often have an link:https://swagger.io/docs/specification/about/[OpenAPI] definition. Unfortunately, there is no standard way of consuming such OpenAPI services in ABAP yet. An emerging open source OpenAPI client for ABAP can be found at https://github.com/abap-openapi/abap-openapi-client

0 comments on commit 3785483

Please sign in to comment.