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

feat: 🎸 missing comment rule #16

Merged
merged 3 commits into from
Jun 29, 2021

Conversation

MarcoEidinger
Copy link
Contributor

identify localized strings which do not have a comment in the .strings
file

βœ… Closes: #15

identify localized strings which do not have a comment in the `.strings`
file

βœ… Closes: dral3x#15
Copy link
Owner

@dral3x dral3x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! I really appreciate it!

I see no change to the .xcodeproj file, and when I run the tool via Xcode, the compiler fails. Can you please fix that?

I've also found some possible cleanup to be addressed (see comments below). Nothing major of course, but it's always better not having dead code around.

Thanks!

building StringsLint in Xcode when opening package by double-clicking on
Package.swift worked fine before. Also building via make install worked
before.
@MarcoEidinger
Copy link
Contributor Author

I deleted the unused code.

I added the new files but I could not verify your workflow. I was not able to build with .xcodeproj / workspace even before my changes. Hope by adding the new files it works for you now. If not then I would need your help to understand and run your workflow. I don't know if you expected me to run swift package generate-xcodeproj. again. FYI this command is deprecated. Building StringsLint in Xcode when opening package by double-clicking on Package.swift worked fine before. Also building via make install worked before.

Copy link
Owner

@dral3x dral3x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know the .xcodeproj was not working for you, sorry about that.

I was not expecting the usage of generate-xcodeproj command, but thanks for letting me know about its deprecation!

Anyway, thanks for integrating my requests. Now everything looks awesome! πŸ‘

I'll merge this PR and release a new version asap.

@dral3x dral3x merged commit a326d77 into dral3x:master Jun 29, 2021
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.

[Feature] Missing Comment Rule
2 participants