README.md
February 9, 2019 ยท View on GitHub
CocoaPods' Peril Settings
What is this project?
This is the configuration repo for Peril on the CocoaPods org. There is a settings file and org-wide dangerfiles which are inside the org folder.
Here's some links to the key things
This org runs on Peril Staging.
TLDR on this Repo?
Peril is Danger running on a web-server, this repo is the configuration for that, currently the dangerfiles in org run on every issue and pull request for all CocoaPods Repos.
To Develop
git clone https://github.com/CocoaPods/peril-settings.git
yarn install
code .
# Verify your TypeScript compiles
yarn type-check
You will need node and yarn installed beforehand. You can get them both by running brew install yarn.
This will give you auto-completion and types for Danger mainly.