Skip to content

feat: adding traces support (MAPCO-3893) #82

feat: adding traces support (MAPCO-3893)

feat: adding traces support (MAPCO-3893) #82

GitHub Actions / ESLint succeeded Feb 25, 2024 in 0s

4 warnings

ESLint found 4 warnings

Annotations

Check warning on line 37 in src/taskManagement/models/taskManagementManger.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/taskManagement/models/taskManagementManger.ts#L37

Member releaseInactive should be declared before all public instance method definitions (@typescript-eslint/member-ordering)

Check warning on line 46 in src/taskManagement/models/taskManagementManger.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/taskManagement/models/taskManagementManger.ts#L46

Member getInactiveTasks should be declared before all public instance method definitions (@typescript-eslint/member-ordering)

Check warning on line 54 in src/taskManagement/models/taskManagementManger.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/taskManagement/models/taskManagementManger.ts#L54

Member updateExpiredJobsAndTasks should be declared before all public instance method definitions (@typescript-eslint/member-ordering)

Check warning on line 62 in src/taskManagement/models/taskManagementManger.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/taskManagement/models/taskManagementManger.ts#L62

Member abortJobAndTasks should be declared before all public instance method definitions (@typescript-eslint/member-ordering)