File tree Expand file tree Collapse file tree
language/starlarkrepository Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,12 @@ type starlarkRepositoryLang struct {
9898// binary.
9999func NewLanguage () language.Language {
100100 return & starlarkRepositoryLang {
101- excludeDirs : []string {"javatests" , "testdata" },
101+ excludeDirs : []string {
102+ "docs" ,
103+ "javatests" ,
104+ "testdata" ,
105+ "tests" ,
106+ },
102107 }
103108}
104109
Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ def _proto_repository_tools_impl(ctx):
6868 ctx .path (ctx .attr ._list_repository_tools_srcs ),
6969 "-dir=src/github.com/stackb/rules_proto" ,
7070 # Run it under 'check' to assert file is up-to-date
71- # "-check=rules/private/proto_repository_tools_srcs.bzl",
71+ "-check=rules/private/proto_repository_tools_srcs.bzl" ,
7272 # Run it under 'skip' to not check (only for internal testing)
7373 # "-skip=rules/private/proto_repository_tools_srcs.bzl",
7474 # Run it under 'generate' to recreate the list
75- "-generate=rules/private/proto_repository_tools_srcs.bzl" ,
75+ # "-generate=rules/private/proto_repository_tools_srcs.bzl",
7676 ],
7777 environment = env ,
7878 )
You can’t perform that action at this time.
0 commit comments