Skip to content

Commit ca662a8

Browse files
srawlinsCommit Queue
authored andcommitted
analyzer: Move the DevExp style guide doc to analysis_server
This is awkward as there are some packages which are co-developed like analyzer_testing and analyzer_utilities. But broadly speaking, this style guide is used for the "analysis-related" packages that the Dash Developer Experience team maintains. So we can move it to live with the other docs in pkg/analysis_server. Change-Id: Ic94cfe1d16288ec707c96a42c7a18788e9f8b7d0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435220 Reviewed-by: Paul Berry <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent b0d4ab8 commit ca662a8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pkg/analyzer/doc/implementation/coding_style.md renamed to pkg/analysis_server/doc/implementation/coding_style.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Coding style
22

33
This document is a place to record information about the coding style that's
4-
currently being used by the developers of the analyzer packages (the
5-
`analysis_server`, `analyzer`, `analyzer_plugin`, `analyzer_utilities`,
6-
`dartdoc`, `linter`, and `markdown` packages). As such, it's subject to change
7-
as the language evolves and as our experience dictates.
4+
currently being used by the Dash Developer Experience team for some static
5+
analysis packages (the `analysis_server`, `analysis_server_plugin`,
6+
`analyzer_plugin`, `analyzer_testing`, `analyzer_utilities`, and `linter`
7+
packages). As such, it's subject to change as the language evolves and as our
8+
experience dictates.
9+
10+
Note that the `analyzer` package is developed by the Dart Model team, which
11+
follows a different coding style. The `analyzer_testing` and
12+
`analyzer_utilities` packages are developed jointly between the Dart Model and
13+
Dash Developer Experience teams.
814

915
The document is divided into three main sections covering the coding styles we
1016
- have decided to follow,

0 commit comments

Comments
 (0)