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

Enable TreatWarningsAsErrors only on CI #3335

Merged
merged 1 commit into from
Feb 9, 2022

Commits on Feb 7, 2022

  1. Enable TreatWarningsAsErrors only on CI

    We raised the severity of some rules from message to warning to ensure they are followed in the team but because of the `TreatWarningsAsErrors` we end up with some "boring" dev cycles where we are forced to cleanup usings etc while we iterate. The idea is to keep warnings locally to not slow us down but still fail in PRs so that we can keep styling consistency.
    Evangelink committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9cc06c6 View commit details
    Browse the repository at this point in the history