Skip to content

Add validation for max line length in compiler #1466

Add validation for max line length in compiler

Add validation for max line length in compiler #1466

Triggered via push August 27, 2024 09:31
Status Failure
Total duration 3m 40s
Artifacts
todo-check
2s
todo-check
Matrix: lint
Matrix: pylint
Matrix: validate-collection-files
Fit to window
Zoom out
Zoom in

Annotations

13 errors
lint (npm run lint:eslint, ubuntu): src/application/Parser/Executable/Script/Validation/ValidationRuleAnalyzerFactory.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
lint (npm run lint:eslint, ubuntu): tests/unit/application/Parser/Executable/Script/Compiler/Function/SharedFunctionsParser.spec.ts#L28
`@/application/Parser/Executable/Script/Validation/CodeValidationRule` import should occur before import of `./ExpectFunctionBodyType`
lint (npm run lint:eslint, ubuntu)
Process completed with exit code 1.
todo-check
Process completed with exit code 1.
lint (npm run lint:eslint, macos): src/application/Parser/Executable/Script/Validation/ValidationRuleAnalyzerFactory.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
lint (npm run lint:eslint, macos): tests/unit/application/Parser/Executable/Script/Compiler/Function/SharedFunctionsParser.spec.ts#L28
`@/application/Parser/Executable/Script/Validation/CodeValidationRule` import should occur before import of `./ExpectFunctionBodyType`
lint (npm run lint:eslint, macos)
Process completed with exit code 1.
lint (npm run lint:eslint, windows): src/application/Parser/Executable/Script/Validation/ValidationRuleAnalyzerFactory.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
lint (npm run lint:eslint, windows): tests/unit/application/Parser/Executable/Script/Compiler/Function/SharedFunctionsParser.spec.ts#L28
`@/application/Parser/Executable/Script/Validation/CodeValidationRule` import should occur before import of `./ExpectFunctionBodyType`
lint (npm run lint:eslint, windows)
Process completed with exit code 1.