Searched defs:ignorePaths (Results 1 – 6 of 6) sorted by relevance
8 "ignorePaths": [".pre-commit-config.yaml"], array
59 …ignorePaths = flag.String("ignore_paths_re", "", "comma-separated list of regular expressions th… var
5 "ignorePaths": [".kokoro/requirements.txt"], array
13 "ignorePaths": [".kokoro/requirements.txt"], array
1421 JsonArray ignorePaths = new JsonArray(); in writeBowerJson() local