Searched defs:ignorePaths (Results 1 – 3 of 3) 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
1121 JsonArray ignorePaths = new JsonArray(); in writeBowerJson() local