superarts / XStringCatalog

A framework that generates enum from xcstring - Swift enumerations from String Catalog for iOS / iPadOS / macOS / tvOS.
MIT License
4 stars 9 forks source link

Pull Request: Added SwiftLint and SwiftFormat Package Dependencies #17

Closed Anish0999 closed 8 months ago

Anish0999 commented 8 months ago

Description

This pull request integrates SwiftLint and SwiftFormat as package dependencies into the Package.swift file. The addition of these tools aims to enforce Swift style and conventions and to automatically format Swift code according to a consistent style, thus improving code quality and maintainability.

Issues Resolved From https://github.com/superarts/XStringCatalog/issues/4

Changes Made

Checklist

Additional Comments

N/A

superarts commented 8 months ago

Thanks for closing the PR @Anish0999 - the contents are not 100% aligned with the scope.

Anish0999 commented 8 months ago

Thanks for the feedback. I understand the importance of maintaining the project's scope and will ensure that future contributions are fully aligned. I'm currently working on fixing this PR.