File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- include : package:very_good_analysis/analysis_options.5.1 .0.yaml
1
+ include : package:very_good_analysis/analysis_options.6.0 .0.yaml
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ Future<bool> _defaultApplies(RequestContext context) async => true;
27
27
/// Authentication that uses the `Authorization` header with the `Basic` scheme.
28
28
///
29
29
/// `Basic` scheme expects the header to be in the format:
30
- /// ```
30
+ /// ```markdown
31
31
/// Authorization: Basic <token>
32
32
/// ```
33
33
///
34
34
/// Token should be a base64 encoded string of the format:
35
- /// ```
35
+ /// ```markdown
36
36
/// <username>:<password>
37
37
/// ```
38
38
///
@@ -99,7 +99,7 @@ Middleware basicAuthentication<T extends Object>({
99
99
/// scheme.
100
100
///
101
101
/// `Bearer` scheme expects the header to be in the format:
102
- /// ```
102
+ /// ```markdown
103
103
/// Authorization: Bearer <token>
104
104
/// ```
105
105
///
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ dependencies:
16
16
dev_dependencies :
17
17
mocktail : ^1.0.0
18
18
test : ^1.19.2
19
- very_good_analysis : ^ 5.1.0
19
+ very_good_analysis : " >= 5.1.0 <7.0.0 "
You can’t perform that action at this time.
0 commit comments