[go: nahoru, domu]

Skip to content

Commit

Permalink
Treat clang-analyzer-osx warnings as errors (flutter#29755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Nov 16, 2021
1 parent cdcb49b commit d5d7526
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
Checks: 'google-*'

# Only warnings treated as errors are reported
# in the "ci/lint.sh" script and pre-push git hook.
# Add checks when all warnings are fixed
# to prevent new warnings from being introduced.
# https://github.com/flutter/flutter/issues/93279
WarningsAsErrors: 'clang-analyzer-osx.*'

0 comments on commit d5d7526

Please sign in to comment.