Skip to content

Commit

Permalink
rm ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Marchenko committed Jan 8, 2024
1 parent 0909f51 commit c0d820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/custom_lint_core/lib/src/configs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CustomLintConfigs {
String? includeAbsolutePath;

if (includeUri.scheme == 'package') {
final packageUri = packageConfig?.resolve(includeUri);
final packageUri = packageConfig.resolve(includeUri);
includeAbsolutePath = packageUri?.toFilePath();
} else {
includeAbsolutePath = normalize(
Expand Down

0 comments on commit c0d820f

Please sign in to comment.