Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

consider having some settings configured or configurable on a pre-project basis #48

Closed
devoncarew opened this issue Jul 12, 2015 · 5 comments

Comments

@devoncarew
Copy link
Contributor

Related to #46. Perhaps as a .dart-project file or similar.

@radicaled
Copy link
Contributor

I think this comes up again in #57?

Maybe we should just do this on our end (defining a format, values, etc), and then when the analysis team is ready they can work backwards and implement the format and then we can drop our custom stuff?

@devoncarew
Copy link
Contributor Author

Seems like we might have an atom specific file to identify which sub-dirs in a project are / aren't dart projects, and another file which configures the analysis (warnings to ignore?). The analysis ignore file would possibly be more applicable to other dart tooling environments as well.

Are there any conventions in atom as to where project config files / settings live? Like using a .settings/ dir? Or just everything in the project root?

@devoncarew
Copy link
Contributor Author

And, there may be some clarity about analyzer ignore settings in the next day or so. I'll ping this thread if there are any updates.

@devoncarew
Copy link
Contributor Author

In progress: dart-lang/sdk#23851 :)

We can read from a file with this format; the analysis server will understand something substantially like it shortly.

@devoncarew
Copy link
Contributor Author

I think the .analysis_options file is gaining traction. I'll close this issue; we can revisit when analysis_options supports filtering warning types.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants