-
Notifications
You must be signed in to change notification settings - Fork 378
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
Fix linting #335
base: develop
Are you sure you want to change the base?
Fix linting #335
Conversation
…ushing. Modernize linting script.
35b46cf
to
7c5f3c9
Compare
Thinking the CocoaPods template project is too opinionated and hard to control, and we can simplify the whole thing by making our own non-CocoaPods project. That's the direction I'll probably go in this PR. See https://GitHub.com/Rightpoint/BonMot for an example of how this might look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved, but please also change this line in bootstrap
cd "$(dirname "$0")/../Examples"
I filed this bug with CocoaPods regarding the Carthage breakage. Going to work around it manually by making our own project file. https://github.com/CocoaPods/CocoaPods/issues/10266 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for pursuing this!
I filed a CocoaPods bug on something that's making this trickier, but I think we can still work around it. |
Some linting cleanup.
TODO: