diff options
author | Michael Pratt <mpratt@google.com> | 2019-02-04 15:12:44 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-02-04 15:13:51 -0800 |
commit | a9fe9afd6301bed8ab4fe4fd354d3cefa8dbd21e (patch) | |
tree | d31a657a8e74574a11ab5aea87efc76c3f8edcc8 /CONTRIBUTING.md | |
parent | 4f5fd311dca3eccd7a3bc8aaf19ed11d6755ee0a (diff) |
Note //third_party in coding guidelines
PiperOrigin-RevId: 232375745
Change-Id: I26146ad65fac1dcdc5fcb4b11a1580133f9ca46d
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b2effc24..c2d686d18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Definitions for the rules below: `core`: * `//pkg/sentry/...` -* Transitive dependencies in `//pkg/...` +* Transitive dependencies in `//pkg/...`, `//third_party/...`. `runsc`: |