We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61d51e commit 7fc936cCopy full SHA for 7fc936c
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