Maksim Kudriavtsev

Results 2 issues of Maksim Kudriavtsev

![image](https://user-images.githubusercontent.com/6337061/30170400-baef1706-93f7-11e7-8940-30cc23ab2003.png)

I'm running Periphery using the following Dangerfile script: ```ruby # Run Periphery puts "Running Periphery..." periphery.scan(config: '.periphery.yml', project: 'MyProject.xcworkspace') puts "Periphery run completed." ``` In the CI console, I only...