We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb2700 commit f88a03cCopy full SHA for f88a03c
bricks/template/__brick__/dangerfile.dart
@@ -1,7 +1,3 @@
1
-import 'package:danger_core/danger_core.dart';
2
-
3
-void main() {
4
- if (danger.github.pr.title.contains('WIP')) {
5
- warn('PR is considered WIP');
6
- }
7
-}
+flutter_lint.only_modified_files = true
+flutter_lint.report_path = "flutter_analyze_report.txt"
+flutter_lint.lint(inline_mode: true)
0 commit comments