XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Add spec linting

Open yonaskolb opened this issue 8 years ago • 2 comments

This would run the current spec validator (which highlights errors), but also a seperate linting phase that would provide suggestions on how to simplify the spec using all it's features eg. use the deploymentTarget instead of setting IPHONEOS_DEPLOYMENT_TARGET

yonaskolb avatar Dec 27 '17 09:12 yonaskolb

This could have a fixit mode that automatically applied suggestions

yonaskolb avatar Feb 26 '18 20:02 yonaskolb

Almost 5 Years later: Is there something like this? I just spent 2 hours debugging, because my dependencies were indented one level too deep...

Lutzifer avatar Sep 13 '22 07:09 Lutzifer

This doesn't exist yet, but I image it would share some code with what's needed in the migration command https://github.com/yonaskolb/XcodeGen/pull/735

yonaskolb avatar Sep 29 '22 04:09 yonaskolb