Skip to content

Conversation

devoncarew
Copy link
Member

Add an .analysis_options file. This will cut down on false positives (test_package_bad/) and on unnecessary analysis (doc/api/).

@sethladd @johnmccutchan


analyzer:
exclude:
- test_package_bad/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These might need: '**' appended to the end.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can add if you think it's be necessary; I don't think they are required in .gitignore files (https://github.com/dart-lang/dartdoc/blob/master/.gitignore#L13).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll commit as is an adjust if it turns out the trailing **'s are necessary.

@sethladd
Copy link
Contributor

Hot!

devoncarew added a commit that referenced this pull request Jul 20, 2015
@devoncarew devoncarew merged commit 9f85e93 into master Jul 20, 2015
@kevmoo kevmoo deleted the devoncarew_options branch July 23, 2015 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants