Skip to content

Commit

Permalink
Merge pull request #34 from srawlins/patch-1
Browse files Browse the repository at this point in the history
Remove unsafe_html lint rule.
  • Loading branch information
marcglasberg authored Oct 29, 2024
2 parents 3a10ada + 168f796 commit e32fabf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,10 +794,6 @@ linter:
# https://dart-lang.github.io/linter/lints/unrelated_type_equality_checks.html
- unrelated_type_equality_checks

# Web only
# https://dart-lang.github.io/linter/lints/unsafe_html.html
- unsafe_html

# Always use hex syntax Color(0x00000001), never Color(1)
# https://dart-lang.github.io/linter/lints/use_full_hex_values_for_flutter_colors.html
- use_full_hex_values_for_flutter_colors
Expand Down

0 comments on commit e32fabf

Please sign in to comment.