Skip to content

Commit 8c3984a

Browse files
committed
Move codeformat folder to tools
1 parent cddff73 commit 8c3984a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ TEST_TAGS ?= $(TAGS_SPLIT) sqlite sqlite_unlock_notify
163163

164164
TAR_EXCLUDES := .git data indexers queues log node_modules $(EXECUTABLE) $(DIST) $(MAKE_EVIDENCE_DIR) $(AIR_TMP_DIR) $(GO_LICENSE_TMP_DIR)
165165

166-
GO_DIRS := build cmd models modules routers services tests
166+
GO_DIRS := build cmd models modules routers services tests tools
167167
WEB_DIRS := web_src/js web_src/css
168168

169169
ESLINT_FILES := web_src/js tools *.ts tests/e2e

tools/code-batch-process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"strconv"
1717
"strings"
1818

19-
"code.gitea.io/gitea/build/codeformat"
19+
"code.gitea.io/gitea/tools/codeformat"
2020
)
2121

2222
// Windows has a limitation for command line arguments, the size can not exceed 32KB.

0 commit comments

Comments
 (0)