This commit is contained in:
Christian Nieves
2023-10-10 19:38:47 +00:00
parent 76ebaa0210
commit c7ddb65220
17 changed files with 79 additions and 95 deletions

View File

@ -4,10 +4,10 @@ return {
require("neoscopes").setup({
scopes = {
{
name = "apkdiff",
name = "earlycheckin",
dirs = {
"java/com/google/android/gmscore/tools/earlycheckin/apkdiff",
"javatests/com/google/android/gmscore/tools/earlycheckin/apkdiff",
"java/com/google/android/gmscore/tools/earlycheckin/",
"javatests/com/google/android/gmscore/tools/earlycheckin/",
},
},
{ name = "experimental", dirs = { "experimental/users/cnieves" } },