yonaskolb / yonaskolb/XcodeGen
Add spec linting
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current spec validator and understanding which errors it reports. Define the separate linting phase and the simplification suggestions it should provide, including the deploymentTarget example. Done means the validator still highlights errors while linting also identifies equivalent, simpler spec features to use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100