mirror of
https://github.com/gortc/stun.git
synced 2025-12-24 12:57:54 +08:00
dev: update lint rules
This commit is contained in:
@@ -81,6 +81,15 @@ issues:
|
||||
path: helpers
|
||||
source: "Build"
|
||||
|
||||
# RFC references
|
||||
- linters: [godot]
|
||||
source: "RFC \\d+"
|
||||
- linters: [godot]
|
||||
source: " #nosec"
|
||||
# Code comments
|
||||
- linters: [godot]
|
||||
source: "\\/\\/\\s+}"
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
@@ -91,6 +100,8 @@ linters:
|
||||
- wsl
|
||||
- godox
|
||||
- gomnd
|
||||
- goerr113
|
||||
- testpackage
|
||||
|
||||
run:
|
||||
skip-dirs:
|
||||
|
||||
Reference in New Issue
Block a user