Update module github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker to v3
This commit is contained in:
parent
0f7a98d34d
commit
8039240c26
13 changed files with 27 additions and 27 deletions
|
@ -1,9 +1,9 @@
|
|||
<div class="file-body file-code code-view">
|
||||
<div>
|
||||
<ol class="tw-p-0 tw-m-0">
|
||||
{{/* if the expected line number does not match
|
||||
the actual line number end the ordered list
|
||||
and begin a new one */}}
|
||||
{{/* if the expected line number does not match
|
||||
the actual line number end the ordered list
|
||||
and begin a new one */}}
|
||||
{{$expNum := 0}}
|
||||
{{range .SearchResult.Lines}}
|
||||
{{if and (gt $expNum 0) (ne .Num $expNum)}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{if .IsHTMX}}
|
||||
{{template "base/alert" .}}
|
||||
{{template "base/alert" .}}
|
||||
{{end}}
|
||||
<div id="profile-avatar-card" class="ui card" hx-swap="morph">
|
||||
<div id="profile-avatar" class="content tw-flex">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue