Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2691234

Browse files
committedFeb 3, 2022
Merge branch 'main-IB#1105051' of github.com:ibpl/gitea into main-IB#1105051
2 parents 5c8f905 + 2b6990c commit 2691234

File tree

609 files changed

+7025
-5361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

609 files changed

+7025
-5361
lines changed
 

‎.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* text=auto eol=lf
22
/vendor/** -text -eol linguist-vendored
33
/public/vendor/** -text -eol linguist-vendored
4+
/web_src/js/vendor/** -text -eol linguist-vendored
45
/templates/**/*.tmpl linguist-language=Handlebars
56
/.eslintrc linguist-language=YAML
67
/.stylelintrc linguist-language=YAML

‎.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ linters:
1717
- bidichk
1818
- ineffassign
1919
- revive
20+
- gofumpt
2021
enable-all: false
2122
disable-all: true
2223
fast: false
@@ -57,6 +58,9 @@ linters-settings:
5758
- name: errorf
5859
- name: duplicated-imports
5960
- name: modifies-value-receiver
61+
gofumpt:
62+
extra-rules: true
63+
lang-version: 1.16
6064

6165
issues:
6266
exclude-rules:

0 commit comments

Comments
 (0)
Please sign in to comment.