mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* E101: indentation contains mixed spaces and tabs * E111: indentation is not a multiple of four * E128: continuation line under-indented for visual indent * E302: expected 2 blank lines, found 1 * W191: indentation contains tabs
swift_build_support
swift_build_support is a Python module containing functions and data
structures used by the Swift build script.
You may run unit tests for swift_build_support from the command line:
apple/swift $ python -m unittest discover -s utils/swift_build_support