Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OmegaCEN
ci-templates
Commits
5d9c1192
Commit
5d9c1192
authored
Mar 13, 2020
by
Teake Nutma
Browse files
Debug pylint rules
parent
5c4d619e
Changes
1
Hide whitespace changes
Inline
Side-by-side
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