mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 553231: Use code cleanliness script from cdt-infra
Change-Id: Ie64b89f970e4e6d2cc5bf08281da4d0c49c197f9
This commit is contained in:
parent
30b9475228
commit
c0ea43a435
1 changed files with 14 additions and 0 deletions
14
check_code_cleanliness.sh
Executable file
14
check_code_cleanliness.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
##
|
||||
# The script is shared by all the CDT projects. When running
|
||||
# local edits, you can, for example, do:
|
||||
# SCRIPT_URL=file:///scratch/eclipse/src/cdt/cdt-infra/scripts/check_code_cleanliness.sh ./check_code_cleanliness.sh
|
||||
##
|
||||
|
||||
: ${SCRIPT_URL:=https://raw.githubusercontent.com/eclipse-cdt/cdt-infra/master/scripts/check_code_cleanliness.sh}
|
||||
export COREPROJECT=bundles/org.eclipse.launchbar.core
|
||||
echo Obtaining check_code_cleanliness.sh from $SCRIPT_URL
|
||||
curl -sL $SCRIPT_URL | bash
|
Loading…
Add table
Reference in a new issue