Skip to content

Commit

Permalink
style: add ignore to generated testfiles
Browse files Browse the repository at this point in the history
avoids linter info in each test file where puzzle results are added
  • Loading branch information
S-ecki committed Dec 6, 2023
1 parent bebb661 commit 80aa3e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions day_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ class Day$dayNumber extends GenericDay {

String _testTemplate(String day) {
return '''
// ignore_for_file: unnecessary_null_comparison
import 'package:test/test.dart';
import '../solutions/day$day.dart';
Expand Down

0 comments on commit 80aa3e4

Please sign in to comment.