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:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Eclipse project
|
||||||
|
**/.classpath
|
||||||
|
**/.project
|
||||||
|
|
||||||
|
# IntelliJ project
|
||||||
|
**/.idea
|
||||||
|
**/*.iml
|
||||||
|
**/*.ipr
|
||||||
6
OWNERS
Normal file
6
OWNERS
Normal 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
4
PREUPLOAD.cfg
Normal 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}
|
||||||
Reference in New Issue
Block a user