Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2019-02-17 10:27:02 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68d2f10f64b331de3fb0f790411367bb2d44c380
68d2f10f
1 parent
a0669453
Add make analyze target to run pana
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
.gitignore
Makefile
.gitignore
View file @
68d2f10
...
...
@@ -28,3 +28,6 @@ printing/android/local.properties
printing/*.log
printing/ios/Flutter
printing/ios/Runner
.pana
pedantic_analyis_options_*.yaml
...
...
Makefile
View file @
68d2f10
...
...
@@ -49,4 +49,12 @@ publish-pdf: format clean
publish-printing
:
format clean
cd
printing; pub publish -f
.PHONY
:
test format format-dart format-clang clean publish-pdf publish-printing
.pana
:
pub global activate pana
touch .pana
analyze
:
.pana
pana --no-warning --source path pdf
pana --no-warning --source path printing
.PHONY
:
test format format-dart format-clang clean publish-pdf publish-printing analyze
...
...
Please
register
or
login
to post a comment