Skip to content

Commit

Permalink
Fix failing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Jun 15, 2024
1 parent 55d808f commit e837d9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nitrogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
working-directory: nitrogen_types
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart analyze --fatal-warnings
- uses: subosito/[email protected]
- run: flutter pub get
- run: flutter analyze --fatal-warnings
2 changes: 1 addition & 1 deletion nitrogen/test/src/lints/reserved_keyword_lint_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ void main() {
expect(() => lintReservedKeyword(directory), throwsA(isA<NitrogenException>()));
});
});
}
}
2 changes: 2 additions & 0 deletions nitrogen_flutter_svg/lib/nitrogen_flutter_svg.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: deprecated_member_use

import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:nitrogen_types/nitrogen_types.dart';
Expand Down

0 comments on commit e837d9c

Please sign in to comment.