You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe we have any requirement for the analyzer to try to analyze the HTML in our project. I assume this speeds things up, if we ignore *.html
The text was updated successfully, but these errors were encountered:
@johnmccutchan committed a change will will make sure that our top-level pubspec file can affect exclusions in all sub-dirs. If you're seeing html files being analyzed in the dartdoc project, you're probably running into that. The fix will be in the next dev sdk.
Re: having the analyzer ignore generated docs in general, that seems like a good idea. It already ignores build/ explicitly. Adding doc/api/ would make sense as well.
I don't believe we have any requirement for the analyzer to try to analyze the HTML in our project. I assume this speeds things up, if we ignore
*.html
The text was updated successfully, but these errors were encountered: