aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-14 11:27:15 +0100
committerAleksey Kladov <[email protected]>2020-08-14 11:27:15 +0100
commit200161c734e996e68f74d242d96d89b561a6dd17 (patch)
tree7cca6240c4335845ab9d80cec5c9e5678c939dbd /docs/dev/README.md
parentf1f73649a686dc6e6449afc35e0fa6fed00e225d (diff)
Document the most important CI invariant
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index ad18217f1..36edddc70 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -165,6 +165,11 @@ In general, API is centered around UI concerns -- the result of the call is what
165The results are 100% Rust specific though. 165The results are 100% Rust specific though.
166Shout outs to LSP developers for popularizing the idea that "UI" is a good place to draw a boundary at. 166Shout outs to LSP developers for popularizing the idea that "UI" is a good place to draw a boundary at.
167 167
168## CI
169
170CI does not test rust-analyzer, CI is a core part of rust-analyzer, and is maintained with above average standard of quality.
171CI is reproducible -- it can only be broken by changes to files in this repository, any dependence on externalities is a bug.
172
168# Code Style & Review Process 173# Code Style & Review Process
169 174
170Do see [./style.md](./style.md). 175Do see [./style.md](./style.md).