Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 575 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 575 Bytes

Contributing to Layout

Open Package in Xcode

The file header comment template will also be installed.

make open

Static Analysis

SwiftLint violations are visible in Xcode as well.

To run SwiftLint from the command line:

make lint

To run analysis rules:

make analyze

Testing

To re-record all existing snapshot references, delete all using the following command and then run the tests.

make delete-snapshots