aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPiyush Sharma <ps26oct@gmail.com>2017-07-13 15:50:03 +0530
committerRoman Ivanov <romani@users.noreply.github.com>2017-09-08 05:40:02 -0700
commit3660e750a3835eaeffec0f5451bee7a5189d0e0f (patch)
treef77ec014d54d9c865a79e06e5dec462e85fc8939 /pom.xml
parentc31bffe59c342dd5fdcfc8f55ca339b3520eef3e (diff)
downloadcheckstyle-3660e750a3835eaeffec0f5451bee7a5189d0e0f.tar.gz
Issue #3311: Modified javadoc grammar, JavadocDetailNodeParser, AbstractJavadocCheck to enable selective processing of javadoc with non tight HTML
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 156875225..08b018112 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1577,13 +1577,13 @@
</regex>
<regex>
<pattern>com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser</pattern>
- <branchRate>37</branchRate>
- <lineRate>48</lineRate>
+ <branchRate>42</branchRate>
+ <lineRate>53</lineRate>
</regex>
<regex>
<pattern>com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer</pattern>
- <branchRate>63</branchRate>
- <lineRate>83</lineRate>
+ <branchRate>64</branchRate>
+ <lineRate>84</lineRate>
</regex>
</regexes>
</check>