Browse Source

Revert "Update analysis_options.yaml"

This reverts commit f991f60402.
pull/4/head
Hamed H 2 years ago
parent
commit
e3558427e4
  1. 1
      analysis_options.yaml

1
analysis_options.yaml

@ -26,6 +26,7 @@ analyzer:
# Turned off until null-safe rollout is complete. # Turned off until null-safe rollout is complete.
unnecessary_null_comparison: warning unnecessary_null_comparison: warning
exclude: exclude:
- "zxscanner/**"
- "bin/cache/**" - "bin/cache/**"
# Ignore protoc generated files # Ignore protoc generated files
- "dev/conductor/lib/proto/*" - "dev/conductor/lib/proto/*"

Loading…
Cancel
Save