Skip to content

Commit

Permalink
edit html template for fluff 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanbconaway committed Mar 18, 2024
1 parent 6fd9720 commit 0ed25b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>SQLFluff's Fixed SQL</h2>
{% for violation in lint_errors %}
<tr>
<th scope="row">{{violation['code']}}</th>
<td>{{violation['line_no']}} / {{violation['line_pos']}}</td>
<td>{{violation['start_line_no']}} / {{violation['start_line_pos']}}</td>
<td><pre>{{violation['description'].replace('\\n','\n')}}</pre></td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 0ed25b6

Please sign in to comment.