1
Fork 0

Update module github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker to v3

This commit is contained in:
Renovate Bot 2024-08-09 16:14:19 +00:00 committed by Gusted
parent 0f7a98d34d
commit 8039240c26
No known key found for this signature in database
GPG key ID: FD821B732837125F
13 changed files with 27 additions and 27 deletions

View file

@ -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)}}

View file

@ -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">