mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
9b2536b78f
Misspell 0.5.0 supports passing a csv file to extend the list of misspellings, so I added some common ones from the codebase. There is at least one typo in a API response so we need to decided whether to revert that and then likely remove the dict entry.
8 lines
258 B
Go
8 lines
258 B
Go
// Copyright 2022 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package v1_17 //nolint
|
|
|
|
// This migration added non-ideal indices to the action table which on larger datasets slowed things down
|
|
// it has been superseded by v218.go
|