Skip to content

Commit

Permalink
Disable lines longer than 80 characters linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Apr 16, 2024
1 parent 3f5c9c0 commit f5642db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ linter:
- library_names
- library_prefixes
- library_private_types_in_public_api
- lines_longer_than_80_chars
# - lines_longer_than_80_chars
- literal_only_boolean_expressions
- matching_super_parameters
- missing_whitespace_between_adjacent_strings
Expand Down

0 comments on commit f5642db

Please sign in to comment.