We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Somehow the runtime/compilation aspect will need to expose the set of library targets to the eval phase
#if canImport(PackageConfig) import PackageConfig import Danger // Generic let config = PackageConfig([ "linter": ["rules": ["allowSomething"]] ]) // Extension provided by Danger config.danger = [ .disabled(true) ] #endif
The settings will need to be coerced though the JSON and back somehow, but maybe codable can do that?
The text was updated successfully, but these errors were encountered:
This is in with #4
Sorry, something went wrong.
Merge pull request #1 from shibapm/master
9c32a8d
updated from master
No branches or pull requests
Somehow the runtime/compilation aspect will need to expose the set of library targets to the eval phase
The settings will need to be coerced though the JSON and back somehow, but maybe codable can do that?
The text was updated successfully, but these errors were encountered: