-
Notifications
You must be signed in to change notification settings - Fork 24
fix: update more file headers - WPB-22589 #4072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates file headers across the codebase to comply with SwiftLint requirements. The changes standardize headers by converting block comment styles to line comments, updating copyright years to 2026, and removing trailing whitespace and unnecessary blank lines.
- Updated header comment style from
/* */block comments to//line comments - Updated copyright years from 2025, 2021, and 2016 to 2026
- Removed trailing whitespace and normalized blank lines in headers
Reviewed changes
Copilot reviewed 191 out of 195 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Localization .strings files (multiple) | Standardized headers from block to line comments, updated copyright to 2026 |
| Scripts (.sh files) | Updated copyright year from 2025 to 2026, removed trailing decorative lines |
| Settings.bundle/Root.strings | Fixed trailing whitespace on comment lines |
| Wire-iOS Accessibility.strings files | Removed extra blank lines after headers |
| WireCalling/WireMessaging Localizable.strings | Removed blank lines after header comments |
| Test resource InfoPlist.strings | Removed trailing blank lines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fe58de6 to
0546dc5
Compare
jullianm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh quite a lot of files were not up to date, strange that Xcode didn't spot them. thanks for updating them!
Test Results7 116 tests 7 089 ✅ 10m 59s ⏱️ Results for commit 0546dc5. |
Issue
This PR updates/fixes more file headers in scripts and strings files.
Checklist
[WPB-XXX].UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: