feat(csv): papaparse cleanup #5641
Annotations
3 errors and 10 warnings
test:
modules/csv/src/papaparse/papa-parser.ts#L134
Method 'parseChunk' expected no return value
|
test:
modules/csv/src/papaparse/papa-parser.ts#L160
Method '_nextChunk' expected no return value
|
test
Process completed with exit code 1.
|
test:
modules/csv/src/papaparse/papa-parser.ts#L80
Method 'parseChunk' has too many statements (27). Maximum allowed is 25
|
test:
modules/csv/src/papaparse/papa-parser.ts#L80
Method 'parseChunk' has a complexity of 22. Maximum allowed is 11
|
test:
modules/csv/src/papaparse/papa-parser.ts#L435
Method 'guessDelimiter' has too many statements (28). Maximum allowed is 25
|
test:
modules/csv/src/papaparse/papa-parser.ts#L435
Method 'guessDelimiter' has a complexity of 12. Maximum allowed is 11
|
test:
modules/csv/src/papaparse/papa-parser.ts#L457
Unexpected use of continue statement
|
test:
modules/csv/src/papaparse/papa-parser.ts#L464
Unexpected use of continue statement
|
test:
modules/csv/src/papaparse/papa-parser.ts#L525
Function 'Parser' has a complexity of 12. Maximum allowed is 11
|
test:
modules/csv/src/papaparse/papa-parser.ts#L567
Function has too many statements (107). Maximum allowed is 25
|
test:
modules/csv/src/papaparse/papa-parser.ts#L567
Function has a complexity of 53. Maximum allowed is 11
|
test:
modules/csv/src/papaparse/papa-parser.ts#L596
Unexpected use of continue statement
|