New rule called "Empty requests" (#180)

This commit is contained in:
Gaël Métais
2016-07-11 15:46:00 +08:00
committed by GitHub
parent fe8466b0e3
commit eedb46e000
14 changed files with 99 additions and 64 deletions
+1 -2
View File
@@ -141,7 +141,7 @@
<url-link url="offender" max-length="100"></url-link>
</div>
<div ng-if="policyName === 'notFound' || policyName === 'closedConnections' || policyName === 'multipleRequests' || policyName === 'cachingDisabled' || policyName === 'cachingNotSpecified'">
<div ng-if="policyName === 'notFound' || policyName === 'emptyRequests' || policyName === 'closedConnections' || policyName === 'multipleRequests' || policyName === 'cachingDisabled' || policyName === 'cachingNotSpecified'">
<url-link url="offender" max-length="100"></url-link>
</div>
@@ -158,7 +158,6 @@
<div ng-if="policyName === 'globalVariables' || policyName === 'jQueryVersionsLoaded' || policyName === 'synchronousXHR'">
{{offender}}
</div>
</div>
</div>
</div>