From ce277b7d355c93bdb170fb331fd86bab584ef39c Mon Sep 17 00:00:00 2001 From: Christian Storm Date: Fri, 5 May 2017 15:54:27 +0200 Subject: [PATCH] Rename CONTRIBUTING.md and fix Sonar rule set reference. (#503) Signed-off-by: Christian Storm --- CONTRUBUTING.md => CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CONTRUBUTING.md => CONTRIBUTING.md (95%) diff --git a/CONTRUBUTING.md b/CONTRIBUTING.md similarity index 95% rename from CONTRUBUTING.md rename to CONTRIBUTING.md index 626e7f0f1..0fa691f85 100644 --- a/CONTRUBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Please read this if you intend to contribute to the project. * we follow the standard [scss-lint](https://github.com/brigade/scss-lint/) rules with the following exception: * disabled rules: ImportantRule, PropertySortOrder * Sonarqube: - * Our rule set is defined [here](http://sonar.eu-gb.mybluemix.net) + * Our rule set can be found [here](https://sonar.ops.bosch-iot-rollouts.com/projects) with navigating to the tab "Quality Profiles", selecting "hawkBit", and then selecting "Actions" - "Back up" ### Test documentation