diff --git a/configs/disabled.rules.json b/configs/disabled.rules.json index 746177bec..8296c90e0 100644 --- a/configs/disabled.rules.json +++ b/configs/disabled.rules.json @@ -26,6 +26,8 @@ "no-else-return": 0, "no-useless-return": 0, "no-case-declarations": 0, + "lines-between-class-members": 0, + "max-params": 0, "complexity": 0 } } diff --git a/src/api/kube.ts b/src/api/kube.ts index 3335079b0..07fa0fa43 100644 --- a/src/api/kube.ts +++ b/src/api/kube.ts @@ -38,11 +38,8 @@ export class KubeHelper { readonly API_EXTENSIONS_V1BETA1 = 'apiextensions.k8s.io/v1beta1' podWaitTimeout: number - podDownloadImageTimeout: number - podReadyTimeout: number - podErrorRecheckTimeout: number constructor(flags?: any) {