aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPiyush Sharma <ps26oct@gmail.com>2017-08-13 04:00:18 +0530
committerVladislav Lisetskii <vladlis54@gmail.com>2017-08-22 00:21:42 +0300
commitf88f556c094386af22343757da586e8abaf2acef (patch)
treeb004b9aca4df42bb135e603bfc1532bc7d318e3a /pom.xml
parent30aa3ef654917d43dafef038f62b9a6eda634273 (diff)
downloadcheckstyle-f88f556c094386af22343757da586e8abaf2acef.tar.gz
Issue #3332: Added HTML void element 'embed'
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index c180d72f4..1431674cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1546,8 +1546,8 @@
<haltOnFailure>true</haltOnFailure>
<branchRate>100</branchRate>
<lineRate>100</lineRate>
- <totalBranchRate>83</totalBranchRate>
- <totalLineRate>88</totalLineRate>
+ <totalBranchRate>84</totalBranchRate>
+ <totalLineRate>89</totalLineRate>
<regexes>
<regex>
<pattern>com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer</pattern>
@@ -1561,13 +1561,13 @@
</regex>
<regex>
<pattern>com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser</pattern>
- <branchRate>34</branchRate>
- <lineRate>45</lineRate>
+ <branchRate>37</branchRate>
+ <lineRate>48</lineRate>
</regex>
<regex>
<pattern>com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer</pattern>
- <branchRate>57</branchRate>
- <lineRate>75</lineRate>
+ <branchRate>63</branchRate>
+ <lineRate>83</lineRate>
</regex>
</regexes>
</check>