Skip to content

Commit

Permalink
Looks like we need another release
Browse files Browse the repository at this point in the history
Not sure how the bundling failed, but anyway.

Signed-off-by: Dave Shanley <[email protected]>
  • Loading branch information
daveshanley committed Jul 6, 2022
1 parent b9a490a commit 158508c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion html-report/ui/build/static/js/vacuumReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,9 @@
<hr />
<p class="violated">
Learn more about:
<a href="https://quobix.com/vacuum/rules/${this.category}/${this.ruleId}">${this.ruleId}</a
<a
href="https://quobix.com/vacuum/rules/${this.category}/${this.ruleId}"
>${this.ruleId}</a
>
</p>
`:K`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class RuleCategoryNavigationComponent extends BaseComponent {
const child = this._slottedChildren[x] as RuleCategoryLinkComponent;

if (child.name != e.detail.id) {
child.disableCategory();
child.disableCategory();
} else {
// if it's not already been set, set it (in case of default).
if (!child.active) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ export class ViolationDrawerComponent extends BaseComponent {
<hr />
<p class="violated">
Learn more about:
<a href="https://quobix.com/vacuum/rules/${this.category}/${this.ruleId}">${this.ruleId}</a
<a
href="https://quobix.com/vacuum/rules/${this.category}/${this
.ruleId}"
>${this.ruleId}</a
>
</p>
`;
Expand Down

0 comments on commit 158508c

Please sign in to comment.