Skip to content

Releases: ivan-magda/ifmo-swift-static-analyzer

Initial release with string violations

08 Jun 13:44
2232e64
Compare
Choose a tag to compare

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).