Skip to content

Commit

Permalink
Add avoid_redundant_argument_values
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Apr 19, 2022
1 parent c414dce commit f7364f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.18.0

- Add `avoid_redundant_argument_values`
## 1.17.0

- Add `require_trailing_commas`
Expand Down
1 change: 1 addition & 0 deletions lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ linter:
- avoid_multiple_declarations_per_line
- avoid_positional_boolean_parameters
- avoid_private_typedef_functions
- avoid_redundant_argument_values
- avoid_returning_null
# Not work as documented: https://dart-lang.github.io/linter/lints/avoid_returning_null_for_future.html
# - avoid_returning_null_for_future
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pedantic_mono
description: '[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.'
version: 1.17.0
version: 1.18.0
homepage: https://github.com/mono0926/pedantic_mono

environment:
Expand Down

0 comments on commit f7364f2

Please sign in to comment.