add option to deactivate tagger, further added smaller optimizations #32
ci.yml
on: pull_request
build_deps
19s
wordcharts-frontend-lint
1m 9s
wordcharts-frontend-check-types
1m 11s
wordcharts-frontend-test
1m 14s
wordcharts-backend-lint
11s
wordcharts-backend-test
1m 54s
Annotations
9 errors and 7 warnings
wordcharts-frontend-lint:
frontend/src/live-chart/TextInputForm.tsx#L31
'adminId' is assigned a value but never used
|
wordcharts-frontend-lint:
frontend/src/live-chart/TextInputForm.tsx#L110
Trailing spaces not allowed
|
wordcharts-frontend-lint:
frontend/src/live-chart/TextInputForm.tsx#L111
Unexpected trailing comma
|
wordcharts-frontend-lint
Process completed with exit code 1.
|
wordcharts-frontend-check-types
Type 'number | null' is not assignable to type 'number | undefined'.
|
wordcharts-frontend-check-types
Type '(_e: React.ChangeEvent<HTMLTextAreaElement>) => void' is not assignable to type 'ChangeEventHandler<HTMLInputElement>'.
|
wordcharts-frontend-check-types
Type 'Callbacks | { getWordColor: (word: Word) => string; getWordTooltip: WordToStringCallback | undefined; onWordMouseOut: WordEventCallback | undefined; }' is not assignable to type 'Callbacks'.
|
wordcharts-frontend-check-types
Process completed with exit code 2.
|
wordcharts-frontend-test
Process completed with exit code 1.
|
wordcharts-frontend-lint:
frontend/src/live-chart/TextInputForm.tsx#L54
Expected property shorthand
|
wordcharts-backend-test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
wordcharts-backend-test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
wordcharts-backend-test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
wordcharts-backend-test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
wordcharts-backend-test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
wordcharts-backend-test
:logger :level has been set to :warn in config files, please use :warning instead
|