Skip to content

Conversation

@devoncarew
Copy link
Contributor

Add a temporary .analysis_options for flutter_tools - this will help me not break travis. flutter_analysis_options will remain the system of record. We can delete this file once flutter analyze and analysis server based products are better unified.

@Hixie @pq

- annotate_overrides
- sort_unnamed_constructors_first
- unnecessary_brace_in_string_interp
- unnecessary_getters_setters
Copy link
Contributor

Choose a reason for hiding this comment

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

I notice this is a small subset of the lint rules enumerated in flutter_analysis_options. Curious what the rationale is? I would have expected them all % public_member_api_docs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't want another copy of that file to maintain :) I just need the few that I hit on a regular basis (and see failures on travis with).

@Hixie
Copy link
Contributor

Hixie commented Apr 18, 2016

LGTM so long as Atom doesn't have any new complaints as a result.

@devoncarew devoncarew merged commit 325354f into flutter:master Apr 18, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants