PR Checks #3973
pr-checks.yml
on: merge_group
Check and lint PR
23s
Annotations
6 warnings
|
eslint(no-unassigned-vars):
Sources/Common/DataModel/Triangle/index.js#L486
't' is always 'undefined' because it's never assigned.
|
|
eslint(no-unused-vars):
Sources/Rendering/OpenGL/Texture/supportsNorm16Linear.js#L110
Catch parameter 'e' is caught but never used.
|
|
import(default):
Sources/Interaction/Widgets/PiecewiseGaussianWidget/index.js#L6
No default export found in imported module "./ComputeHistogram.worker"
|
|
eslint(no-unassigned-vars):
Sources/Common/DataModel/IncrementalOctreePointLocator/index.js#L349
'dist2Ext' is always 'undefined' because it's never assigned.
|
|
eslint(no-unassigned-vars):
Sources/Filters/General/ContourTriangulator/helper.js#L1826
'v' is always 'undefined' because it's never assigned.
|
|
eslint(no-unassigned-vars):
Sources/Filters/General/ContourTriangulator/helper.js#L1825
'u' is always 'undefined' because it's never assigned.
|