We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b61d51e + 7fc936c commit 16dc65eCopy full SHA for 16dc65e
1 file changed
docs/index.html
@@ -161,7 +161,7 @@ <h3>Commit information</h3>
161
</script>
162
163
<script type="text/javascript">
164
- $.getJSON("https://ci.appveyor.com/api/projects/sharwell/stylecopanalyzers/artifacts/StyleCop.Analyzers.Status.json?branch=master&pr=false", function (data) {
+ $.getJSON("https://ci.appveyor.com/api/projects/sharwell/stylecopanalyzers/artifacts/StyleCop.Analyzers.Status.json?branch=master&pr=false&stream=true", function (data) {
165
$("#renderedDiagnostics").html($.templates($("#diagnostics").html()).render(data));
166
$("#renderedCommitInfo").html($.templates($("#commitInfo").html()).render(data.git));
167
});
0 commit comments