Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding control over lint exit code for warning and information issues #166

Conversation

mohammadkahelghi-grabtaxi
Copy link
Collaborator

adding control over the lint exit code for warning and information issues
after this, we can control if we want to skip the Lint issues with the severity of Warning or Information or fail the task,
also, we will skip the Lint internal Issues

lint_options = {
        "enabled": True,
        "config": "lint.xml",
        "baseline": "lint_baseline.xml",

        "fail_on_warning": False,
        "fail_on_information": False,
    },

@mohammadkahelghi-grabtaxi mohammadkahelghi-grabtaxi merged commit 8335e9d into master Apr 16, 2024
3 checks passed
@mohammadkahelghi-grabtaxi mohammadkahelghi-grabtaxi deleted the adding-control-over-lint-exit-code-for-warning-and-information-issues branch April 16, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants