address pr changes, made better system to rerun script if it hits max #2072
Annotations
10 errors and 11 warnings
build:
src/components/includes/CalendarWeekSelect.tsx#L12
propType "handleClick" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/CalendarWeekSelect.tsx#L13
propType "selectedWeekEpoch" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/ProfessorSettings.tsx#L35
propType "timeLimit" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/ProfessorSettings.tsx#L36
propType "isTimeLimit" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/ProfessorSettings.tsx#L37
propType "timeWarning" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/ProfessorTagInfo.tsx#L13
propType "tag" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/SelectedTags.tsx#L11
propType "onClick" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/SelectedTags.tsx#L12
propType "check" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/SelectedTags.tsx#L13
propType "isPrimary" is not required, but has no corresponding defaultProps declaration
|
build:
src/components/includes/SelectedTags.tsx#L14
propType "select" is not required, but has no corresponding defaultProps declaration
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
functions/src/index.ts#L326
Forbidden non-null assertion
|
build:
functions/src/index.ts#L327
Forbidden non-null assertion
|
build:
functions/src/index.ts#L353
Forbidden non-null assertion
|
build:
src/components/App.tsx#L138
Unexpected any. Specify a different type
|
build:
src/components/App.tsx#L147
Unexpected any. Specify a different type
|
build:
src/components/App.tsx#L198
'updateUser' is already declared in the upper scope
|
build:
src/components/App.tsx#L198
'updateAuthStatus' is already declared in the upper scope
|
build:
src/components/App.tsx#L204
'user' is already declared in the upper scope
|
build:
src/components/includes/AddBlogPost.tsx#L7
Missing return type on function
|
build:
src/components/includes/AddBlogPost.tsx#L50
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|