Releases: ivan-magda/ifmo-swift-static-analyzer
Releases · ivan-magda/ifmo-swift-static-analyzer
Initial release with string violations
String Violations:
- Line length should be 100 characters or less.
- Leading whitespace file shouldn't start with whitespace.
- Force casts should be avoided.
- Trailing line whitespace - lines should have no trailing whitespace.
- Trailing new line - file should have a single trailing newline.
- File length - file should contain 400 lines or less).