Skip to content

Commit

Permalink
Merge pull request #143 from ch-one/develop
Browse files Browse the repository at this point in the history
Minimal run-sonar-swift.sh cleanup
  • Loading branch information
meltenc committed Jun 5, 2018
2 parents d65fbee + 45de1c8 commit e87ab91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sonar-swift-plugin/src/main/shell/run-sonar-swift.sh
Expand Up @@ -17,14 +17,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

## INSTALLATION: script to copy in your Xcode project in the same directory as the .xcodeproj file
## INSTALLATION: Copy this script somewhere in your PATH
## USAGE: ./run-sonar-swift.sh
## DEBUG: ./run-sonar-swift.sh -v
## WARNING: edit your project parameters in sonar-project.properties rather than modifying this script
#

# Global parameters
XCTOOL_CMD=xctool
SLATHER_CMD=slather
SWIFTLINT_CMD=swiftlint
TAILOR_CMD=tailor
Expand Down

0 comments on commit e87ab91

Please sign in to comment.