Skip to content

Commit

Permalink
🚨 Add dart fix configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 2, 2023
1 parent de35d53 commit 95e4b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dio/lib/fix_data/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ transforms:
- title: "Migrate to 'DioException'"
date: 2023-05-15
element:
uris: ['dio.dart', 'dio_error.dart']
uris: ['dio.dart', 'dio_exception.dart', 'dio_error.dart']
class: 'DioError'
changes:
- kind: 'rename'
Expand All @@ -57,7 +57,7 @@ transforms:
- title: "Migrate to 'DioExceptionType'"
date: 2023-05-15
element:
uris: ['dio.dart', 'dio_error.dart']
uris: ['dio.dart', 'dio_exception.dart', 'dio_error.dart']
class: 'DioErrorType'
changes:
- kind: 'rename'
Expand Down

0 comments on commit 95e4b5a

Please sign in to comment.