remove unnecessary stringcasts and refine password generation to alwa… #81
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 2 warnings
test:
src/commands/app/install/contao.tsx#L21
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/contao.tsx#L22
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/contao.tsx#L34
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/contao.tsx#L82
'args' is never reassigned. Use 'const' instead
|
test:
src/commands/app/install/joomla.tsx#L21
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/joomla.tsx#L22
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/joomla.tsx#L34
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/joomla.tsx#L82
'args' is never reassigned. Use 'const' instead
|
test:
src/commands/app/install/matomo.tsx#L21
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/commands/app/install/matomo.tsx#L22
Type string trivially inferred from a string literal, remove type annotation
|
test:
src/lib/app/create.ts#L9
Unexpected any. Specify a different type
|
test:
src/lib/app/flags.tsx#L15
Unexpected any. Specify a different type
|