You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #320: add .pylintrc file for pylint configuration and add new gihub action to run pylint
* #320: fix bad pylint option
* #320: github workflow continue-on-error set on the `Run pylint` step level
* #320: set pylint message format to the github actions warning message format
* #320: test multiline strings for github messages
* #320: test multiline strings for github messages using python call
* #320: test multiline strings for github messages using python call update 1
* #320: test multiline strings for github messages using python call update 2
* #320: test multiline strings for github messages using python call update 3
* #320: test multiline strings for github messages using python call update 4
* #320: test multiline strings for github messages using python call update 5
* #320: test multiline strings for github messages using python call update 6
* #320: test multiline strings for github messages using python call update 7
* #320: test multiline strings for github messages using python call update 8
* #320: test multiline strings for github messages using python call update 9
* #320: test add actions_toolkit from pip to report messages
* #320: test add actions_toolkit from pip to report messages update 1
* #320: test add actions_toolkit from pip to report messages update 2
* #320: test add actions_toolkit from pip to report messages update 3
* #320: test add actions_toolkit from pip to report messages update 4
* #320: test add actions_toolkit from pip to report messages update 5
* #320: test add actions_toolkit from pip to report messages update 6
* #320: test add actions_toolkit from pip to report messages update 7
* #320: test add actions_toolkit from pip to report messages update 8
* #320: test add actions_toolkit from pip to report messages update 9
* #320: test add actions_toolkit from pip to report messages update 10
* #320: test change base image for code analysis action
* #320: back to basic pylint call
* #320: back to basic pylint call update
* #320: add pylint matcher for actions
* #320: add pylint matcher from other existing source
* #320: add pylint matcher from other existing source
* #320: add pylint matcher split into warning and error matchers
* #320: add pylint matchers update
* #320: add pylint matchers update
* #320: add pylint report as upload artifact
* #320: report as text and badget as upload artifacts
* #320: update command
* #320: update command
* #320: try to understand problem with pylint output path
* #320: try to use absolute path for artifact
* #320: create output directory for artifacts files
* #320: create output directory for artifacts files correction in yaml
* #320: split artifacts report and badge
* #320: finally group artifacts under pylint-report name
* #320: try to restore commented code on old step calling pylint inside tox environments
* #320: try to restore commented code on old step calling pylint inside tox environments
* #320: use pylintrc file as pylint configuration file in tox & fix badge conditions
* #320: fix workflow step condition
* #320: add ignore_errors to the pylint run to enable CI to continue
* #320: add ignore_outcome to the pylint run to enable CI to continue
* #320: publish pylint and coverage badges on gh-pages branch & integrate display in README
* #320: refactor unit-tests.yml add environment variable
* #320: fix issue with python 3.9 no badges causing clear of generated badges
* #320: rename unit-test workflow to code-quality bor better undestanding - means unit tests & pylint & coverage
* #320: create and publish badges if we push on develop branch
* #320: uppercase first letter for badge labels
* #320: pylint set max-line-length to 120 and add vtk to ignored modules to prevent E1101 errors
* #320: merge problemMatcher files for pylint into a single file
* #320: try to add notice pylint matcher event if not available as doc says
* #320: try to fix CI error with ubuntu
* #320: try to fix CI error with ubuntu - 2nd attempt
* #320: try to fix CI error with ubuntu - 3rd attempt
* #320: try to fix CI error with ubuntu - 3rd attempt
* #320: try to fix CI error with ubuntu - 4th attempt use ubuntu 20.04
* #320: try to fix CI error with ubuntu - 4th attempt use ubuntu 20.04
* #320: try to fix CI error with ubuntu - 5th attempt use ubuntu 23.04
* #320: try to fix CI error with ubuntu - 6th attemp use Ubuntu latest but remove apt upgrade
* #320: try to fix CI error with ubuntu - 7th attemp use Ubuntu latest and apt upgrade but mark problematic packages
* #320: try to fix CI error with ubuntu - 7th attemp use Ubuntu latest and apt upgrade but hold problematic packages
* #320: fix finally CI error with ubuntu latest
* #320: remove trailing white space
* #320: remove another trailing white space
* #320: test: use same action to deploy badge and same deployment branch than for docs
* #320: use finally specific deploy-badges branch for badges deployment
* #320: update README fix links to badges and LBAF app path in doc
* #320: upgrade some actions uses
* #320: finally restore `develop` as source branch to deploy badges
0 commit comments