[doc] Add scala as supported language

This commit is contained in:
Andreas Dangel 2019-09-07 16:19:24 +02:00
parent c8d6e7f00b
commit 1e33b634e0
3 changed files with 8 additions and 7 deletions

View File

@ -8,8 +8,8 @@
## About ## About
**PMD** is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, **PMD** is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks,
unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, PLSQL, Apache Velocity, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce,
XML, XSL. PLSQL, Apache Velocity, XML, XSL, Scala.
Additionally it includes **CPD**, the copy-paste-detector. CPD finds duplicated code in Additionally it includes **CPD**, the copy-paste-detector. CPD finds duplicated code in
C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab,

View File

@ -179,6 +179,7 @@ This behavior has been introduced to ease PMD integration into scripts or hooks,
* [ecmascript](pmd_rules_ecmascript.html) (JavaScript) * [ecmascript](pmd_rules_ecmascript.html) (JavaScript)
* [jsp](pmd_rules_jsp.html) * [jsp](pmd_rules_jsp.html)
* [plsql](pmd_rules_plsql.html) * [plsql](pmd_rules_plsql.html)
* [scala](pmd_rules_scala.html)
* [vf](pmd_rules_vf.html) (Salesforce VisualForce) * [vf](pmd_rules_vf.html) (Salesforce VisualForce)
* [vm](pmd_rules_vm.html) (Apache Velocity) * [vm](pmd_rules_vm.html) (Apache Velocity)
* [xml and xsl](pmd_rules_xml.html) * [xml and xsl](pmd_rules_xml.html)

10
pom.xml
View File

@ -9,12 +9,12 @@
<description> <description>
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks,
unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce,
Salesforce.com Visualforce, Apache Velocity, XML, XSL. PLSQL, Apache Velocity, XML, XSL, Scala.
Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in
Groovy, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Scala, Objective C, Matlab, Python, C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab,
Go, Swift and Salesforce.com Apex. Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.
</description> </description>
<url>https://pmd.github.io/</url> <url>https://pmd.github.io/</url>