Skip to content

Commit

Permalink
Ignore avoid_shadowing_type_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Apr 5, 2021
1 parent 8d6f7c5 commit 301a996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ analyzer:

linter:
rules:
- avoid_shadowing_type_parameters
- avoid_private_typedef_functions
- avoid_returning_null
- avoid_setters_without_getters
Expand Down
1 change: 1 addition & 0 deletions lib/src/result.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// ignore_for_file: lines_longer_than_80_chars
// ignore_for_file: avoid_shadowing_type_parameters
import 'failure.dart';
import 'success.dart';

Expand Down

0 comments on commit 301a996

Please sign in to comment.