diff options
author | Nicolas Harraudeau <nicolas.harraudeau@sonarsource.com> | 2019-09-13 16:22:35 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-13 20:21:03 +0200 |
commit | feb1225df0d302e1ef8bc79255cde2907ee611b9 (patch) | |
tree | 30c18e4f8f5e47d49cd4c7dd7600f4f9fca4a6ae | |
parent | 1cf4738b3fd35750d5efd7a64626c5286c577494 (diff) | |
download | sonarqube-feb1225df0d302e1ef8bc79255cde2907ee611b9.tar.gz sonarqube-feb1225df0d302e1ef8bc79255cde2907ee611b9.zip |
DOCS Deprecate SonarPython's XPath custom rule
-rw-r--r-- | server/sonar-docs/src/pages/extend/adding-coding-rules.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/extend/adding-coding-rules.md b/server/sonar-docs/src/pages/extend/adding-coding-rules.md index 32bf5c45ad6..1a259f87411 100644 --- a/server/sonar-docs/src/pages/extend/adding-coding-rules.md +++ b/server/sonar-docs/src/pages/extend/adding-coding-rules.md @@ -26,6 +26,7 @@ JavaScript | - | ![](/images/check.svg) | - PHP | - | ![](/images/check.svg)| - PL/SQL | ![](/images/check.svg) | - | - PL/I | ![](/images/check.svg) | - | - +Python | Deprecated | - | - RPG | - | ![](/images/check.svg)| - VB.NET| - | - | ![](/images/check.svg)[Importing Issues from Third-Party Roslyn Analyzers (C#, VB.NET)](/analysis/external-issues/) XML | ![](/images/check.svg) | - | - @@ -66,7 +67,7 @@ The latest version of SSLR Toolkit can be downloaded from following locations: * [Flex](https://binaries.sonarsource.com/Distribution/sonar-flex-plugin/) * [PL/SQL](https://binaries.sonarsource.com/CommercialDistribution/sslr-plsql-toolkit/) * [PL/I](https://binaries.sonarsource.com/CommercialDistribution/sslr-pli-toolkit/) -* [Python](https://binaries.sonarsource.com/Distribution/sslr-python-toolkit/) +* [Python](https://binaries.sonarsource.com/Distribution/sslr-python-toolkit/) (Deprecated) For an SSLR preview, consider the following source code sample: ``` |