-
Notifications
You must be signed in to change notification settings - Fork 128
Add link checker to build, and disable hrefs for inherited methods/properties/operators #750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… add a link checker for the CI build
Addresses #749 |
@@ -12,6 +12,8 @@ import 'package:grinder/grinder.dart'; | |||
import 'package:librato/librato.dart'; | |||
import 'package:path/path.dart' as path; | |||
import 'package:yaml/yaml.dart' as yaml; | |||
import 'package:html/parser.dart' show parse; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: import sorting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can haz analyzer quick fix? :P
Also addresses #751 |
Also addresses #752 |
OK @devoncarew please take a look. This is a doosy. It closes out numerous issues, adds more tests, adds a link checker. Does it make sense to add the link checker to the Windows build bot? lgtm |
lgtm!
Could be good, esp.if there are path issues we'd only see there. |
OK, will do! (looks like the Windows bot is driven off of grinder) |
No description provided.