Skip to content

Merge branch 'NG-ZORRO:master' into fix-options

c5ec1ed
Select commit
Loading
Failed to load commit list.
Open

fix(module:config): add itemsize config for tree select table (#8347) #8361

Merge branch 'NG-ZORRO:master' into fix-options
c5ec1ed
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Nov 3, 2025 in 1s

11 issues fixed. 10 issues found.

Annotations

Check notice on line 296 in components/progress/progress.component.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/progress/progress.component.ts#L248-L296

Complex Method

Check notice on line 33 in scripts/build-config.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/build-config.ts#L33

A `require()` style import is forbidden. (@typescript-eslint/no-require-imports)

Check notice on line 198 in components/table/src/cell/th-addon.component.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/table/src/cell/th-addon.component.ts#L172-L198

Complex Method

Check notice on line 185 in components/resizable/resizable.directive.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/resizable/resizable.directive.ts#L117-L185

Complex Method

Check notice on line 216 in schematics/utils/build-component.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

schematics/utils/build-component.ts#L197-L216

Complex Method

Check notice on line 123 in components/core/tree/nz-tree-base-node.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/core/tree/nz-tree-base-node.ts#L77-L123

Complex Method

Check notice on line 493 in components/select/select.component.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/select/select.component.ts#L489-L493

Complex Method

Check notice on line 204 in components/auto-complete/autocomplete-trigger.directive.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/auto-complete/autocomplete-trigger.directive.ts#L167-L204

Complex Method

Check notice on line 516 in components/qr-code/qrcodegen.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/qr-code/qrcodegen.ts#L464-L516

Complex Method

Check warning on line 30 in components/tree-view/tree.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

components/tree-view/tree.ts#L30

Component class names should end with one of these suffixes: "Component" (https://angular.dev/style-guide#style-02-03) (@angular-eslint/component-class-suffix)