Use enum for license URL instead of a string #1413
frontend-verify.yml
on: push
lint-and-compile
40s
e2e-test
0s
Annotations
7 errors
lint-and-compile:
frontend/src/components/RequireAuth.tsx#L12
'appGlobal' is defined but never used. Allowed unused vars must match /^_/u
|
lint-and-compile:
frontend/src/components/license/FeatureLicenseNotification.tsx#L1
'Button' is defined but never used. Allowed unused vars must match /^_/u
|
lint-and-compile:
frontend/src/components/license/OverviewLicenseNotification.tsx#L8
'enterpriseFeaturesUsed' is defined but never used. Allowed unused args must match /^_/u
|
lint-and-compile:
frontend/src/components/pages/admin/LicenseExpiredPage.tsx#L20
'activeEnterpriseFeatures' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint-and-compile:
frontend/src/config.ts#L32
'JsonValue' is defined but never used. Allowed unused vars must match /^_/u
|
lint-and-compile:
frontend/src/config.ts#L32
'Message' is defined but never used. Allowed unused vars must match /^_/u
|
lint-and-compile
Process completed with exit code 1.
|