Showing
2 changed files
with
12 additions
and
1 deletions
@@ -49,4 +49,12 @@ publish-pdf: format clean | @@ -49,4 +49,12 @@ publish-pdf: format clean | ||
49 | publish-printing: format clean | 49 | publish-printing: format clean |
50 | cd printing; pub publish -f | 50 | cd printing; pub publish -f |
51 | 51 | ||
52 | -.PHONY: test format format-dart format-clang clean publish-pdf publish-printing | 52 | +.pana: |
53 | + pub global activate pana | ||
54 | + touch .pana | ||
55 | + | ||
56 | +analyze: .pana | ||
57 | + pana --no-warning --source path pdf | ||
58 | + pana --no-warning --source path printing | ||
59 | + | ||
60 | +.PHONY: test format format-dart format-clang clean publish-pdf publish-printing analyze |
-
Please register or login to post a comment