diff --git a/.golangci.yml b/.golangci.yml
index 2f1587a1e6d2c..757de08e46b58 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -77,7 +77,6 @@ linters:
- name: identical-branches
- name: if-return
- name: increment-decrement
- - name: indent-error-flow
- name: modifies-value-receiver
- name: package-comments
- name: range
diff --git a/eslint.config.ts b/eslint.config.ts
index c2fddc856cd32..6439b1863fe74 100644
--- a/eslint.config.ts
+++ b/eslint.config.ts
@@ -406,7 +406,7 @@ export default defineConfig([
'no-dupe-keys': [2],
'no-duplicate-case': [2],
'no-duplicate-imports': [0],
- 'no-else-return': [2],
+ 'no-else-return': [0],
'no-empty-character-class': [2],
'no-empty-function': [0],
'no-empty-pattern': [2],
diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl
index 137c42b45d610..ea2e026fcf496 100644
--- a/templates/admin/org/list.tmpl
+++ b/templates/admin/org/list.tmpl
@@ -54,7 +54,7 @@
{{if and DefaultShowFullName .FullName}}{{.FullName}} ({{.Name}}){{else}}{{.Name}}{{end}}
{{if .Visibility.IsPrivate}}
- {{svg "octicon-lock"}}
+ {{svg "octicon-lock"}}
{{end}}
{{if eq .Type 3}}{{/* Reserved organization */}}
{{ctx.Locale.Tr "admin.users.reserved"}}
diff --git a/templates/admin/packages/list.tmpl b/templates/admin/packages/list.tmpl
index 4817f2681b4d6..83b07bcdef19b 100644
--- a/templates/admin/packages/list.tmpl
+++ b/templates/admin/packages/list.tmpl
@@ -58,7 +58,7 @@
|
{{.Owner.Name}}
{{if .Owner.Visibility.IsPrivate}}
- {{svg "octicon-lock"}}
+ {{svg "octicon-lock"}}
{{end}}
|
{{.Package.Type.Name}} |
diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl
index 767d00fa741d7..07e0c9b4265e5 100644
--- a/templates/admin/repo/list.tmpl
+++ b/templates/admin/repo/list.tmpl
@@ -49,7 +49,7 @@
{{.Owner.Name}}
{{if .Owner.Visibility.IsPrivate}}
- {{svg "octicon-lock"}}
+ {{svg "octicon-lock"}}
{{end}}
|
diff --git a/templates/org/team/repositories.tmpl b/templates/org/team/repositories.tmpl
index 2f38071e89f4e..721dd0b6443b1 100644
--- a/templates/org/team/repositories.tmpl
+++ b/templates/org/team/repositories.tmpl
@@ -30,7 +30,7 @@
{{range $.TeamRepos}}
- {{template "repo/icon" .}}
+ {{template "repo/icon" (dict "Repo" . "Size" 24)}}
|