You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-22 22:00:56 +03:00
Updated deps, go.19 migration, nginx template work
This commit is contained in:
@ -14,7 +14,7 @@ if [[ -n "$INCOMPLETE_COMMENTS" ]]; then
|
||||
# RESULT=1
|
||||
fi
|
||||
|
||||
if ! golangci-lint run -E goimports -E maligned ./...; then
|
||||
if ! golangci-lint run -E goimports ./...; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user