An open API service indexing awesome lists of open source software.

https://github.com/loadsmart/peril-settings

:wrench: Settings for Loadsmart's hosted Danger instance
https://github.com/loadsmart/peril-settings

code-review danger peril

Last synced: 2 months ago
JSON representation

:wrench: Settings for Loadsmart's hosted Danger instance

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/loadsmart/peril-settings.svg?style=svg)](https://circleci.com/gh/loadsmart/peril-settings)

# Peril Settings

🔧 Settings for Loadsmart's hosted Danger instance

## How to add Peril to my repo

**Note**: this applies to repositories under Loadsmart organization. If
you want to install peril for your repositories, you probably want to
take a look at the general instructions available at
[peril repository][peril-repo].

For Loadsmart organization, the app is already installed and configured.
You'll only need to enable it for your repository.

Go to [org settings][org-settings], and then select _Installed Github
Apps_.

Choose the one named `peril-loadsmart`:

![peril-loadsmart app](images/choose-app.png)

On the configuration screen for peril-loadsmart app, under _Repository
Access_ section, choose the repository you want Peril to run and then
click _Save_:

![choose the repository](images/select-repo.png)

## Install

```bash
$ git clone [email protected]:loadsmart/peril-settings.git
$ cd peril-settings
$ brew intall yarn
$ yarn install
```

## Test

```bash
$ yarn jest
```

[org-settings]: https://github.com/organizations/loadsmart/settings/profile
[peril-repo]: https://github.com/danger/peril