Skip to content
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

chore: remove autogenerated Xcode file headers #251

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

ShlomoCode
Copy link
Contributor

Describe your changes

This PR adds a SwiftFormat rule to remove file headers automatically generated by Xcode, as they often contribute unnecessary clutter without providing intrinsic value.

These headers contain information available in the git history. Moreover, they tend to become outdated and potentially misleading over time, as they are not automatically updated when files undergo significant changes such as full rewrites or renaming. By removing these headers, we maintain cleaner, more maintainable code while relying on version control systems for historical information.

Related issue number(s) and link(s)

No

Checklist before requesting a review

  • I have performed a self-review of my code
  • If this change affects core functionality, I have added a description highlighting the changes
  • I have followed conventional commit guidelines

Core Functionality Changes

If this PR modifies core functionality, please provide a brief description of the changes and their impact below:
No

@ejbills ejbills merged commit 33f7b41 into ejbills:main Aug 12, 2024
2 checks passed
@ShlomoCode ShlomoCode deleted the strip-file-headers branch August 12, 2024 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants