You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Code style] Require explicitly specified types for public properties (swiftlang#926)
This amends the code style guidelines for the project to require an
explicit type for all properties whose access level is `public` or
greater, and adjusts the code accordingly.
### Motivation:
See the explanation in the code style document for rationale. This topic
recently [came
up](swiftlang#915 (comment))
in a PR discussion.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments