implement core logic (#3)

This commit is contained in:
Adem Baccara
2025-08-27 16:56:42 +01:00
committed by GitHub
parent e9225188e8
commit 8e3f7ebc37
27 changed files with 1675 additions and 245 deletions
-10
View File
@@ -15,14 +15,6 @@ issues:
- lll
# exclude some linters for the test directory and test files
- path: test/.*|.*_test\.go
linters:
- dupl
- errcheck
- goconst
- gocyclo
- gosec
linters:
disable-all: true
@@ -76,8 +68,6 @@ linters-settings:
- whyNoLint
- hugeParam
goimports:
local-prefixes: github.com/kubeflow/notebooks/workspaces/backend
goheader:
template: |-