-
Notifications
You must be signed in to change notification settings - Fork 44
consider having some settings configured or configurable on a pre-project basis #48
Comments
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? |
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 |
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. |
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. |
I think the |
Related to #46. Perhaps as a
.dart-project
file or similar.The text was updated successfully, but these errors were encountered: