Files
Danny Mösch ad793d1c5b Add new test module for tests requiring file system access (#6276)
These tests can especially not run in parallel.
2025-10-03 23:05:15 +02:00

472 B

1filelinecharacterseveritytypereasonrule_id
2filename11WarningLine LengthViolation Reason 1line_length
3filename1ErrorLine LengthViolation Reason 2line_length
4${CURRENT_WORKING_DIRECTORY}/path/file.swift12ErrorSyntactic SugarShorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>syntactic_sugar
5ErrorColon SpacingColons should be next to the identifier when specifying a type and next to the key in dictionary literalscolon