Merge changes I82811a97,Ic508b17e,I23ca7980

* changes:
  Add OWNERS for packages/modules/Connectivity.
  Add repo hooks for packages/modules/Connectivity.
  Add a .gitignore in packages/modules/Connectivity.
This commit is contained in:
Lorenzo Colitti
2020-11-27 10:33:30 +00:00
committed by Gerrit Code Review
3 changed files with 18 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Eclipse project
**/.classpath
**/.project
# IntelliJ project
**/.idea
**/*.iml
**/*.ipr

6
OWNERS Normal file
View File

@@ -0,0 +1,6 @@
codewiz@google.com
jchalard@google.com
junyulai@google.com
lorenzo@google.com
reminv@google.com
satk@google.com

4
PREUPLOAD.cfg Normal file
View File

@@ -0,0 +1,4 @@
[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}