Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OmegaCEN
ci-templates
Commits
5d9c1192
Commit
5d9c1192
authored
Mar 13, 2020
by
Teake Nutma
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug pylint rules
parent
5c4d619e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sonarqube.yml
sonarqube.yml
+1
-0
No files found.
sonarqube.yml
View file @
5d9c1192
...
...
@@ -57,6 +57,7 @@ stages:
pylint_rules_list=$(echo "$pylint_rules_json" | jq -r ".rules[]?.internalKey?")
pylint_rules=$(echo "$pylint_rules_list" | sort | paste -sd "," -)
echo "Number of Pylint rules found: " $(count-lines "$pylint_rules_list")
echo "Pylint rules: $pylint_rules"
# Now determine which files to lint.
if [ -z "${CI_MERGE_REQUEST_ID}" ]; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment