Skip to content

Commit

Permalink
Merge pull request #210 from dagwieers/workflow-fixes
Browse files Browse the repository at this point in the history
Clean up workflows
  • Loading branch information
dagwieers authored Sep 2, 2020
2 parents 6547d7d + bd94148 commit a40b72b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/addon-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: |
sudo apt-get install xmlstarlet
python -m pip install --upgrade pip packaging
# FIXME: Requires changes from xbmc/addon-check#217
#pip install kodi-addon-checker
pip install git+git://github.com/xbmc/addon-check.git@master
pip install kodi-addon-checker
- name: Remove unwanted files
run: awk '/export-ignore/ { print $1 }' .gitattributes | xargs rm -rf --
working-directory: ${{ github.repository }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: Upload code coverage to CodeCov
uses: codecov/codecov-action@v1
continue-on-error: true
# FIXME: Requires changes from SonarSource/sonarcloud-github-action#9
- name: Analyze with SonarCloud
uses: dagwieers/sonarcloud-github-action@more-options
uses: SonarSource/sonarcloud-github-action@v1.4
with:
args: >
-Dsonar.organization=im85288
Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ disable=
missing-docstring,
old-style-class,
super-on-old-class,
super-with-arguments,
too-few-public-methods,
too-many-arguments,
too-many-function-args,
Expand Down

0 comments on commit a40b72b

Please sign in to comment.