mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
10 lines
208 B
YAML
10 lines
208 B
YAML
version: v1
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
# `Package name "ptypes" should be suffixed with a correctly formed version, such as "ptypes.v1".`
|
|
- PACKAGE_VERSION_SUFFIX
|
|
breaking:
|
|
use:
|
|
- FILE |