HomeSort by relevance Sort by last modified time
    Searched refs:ignored_extra_namespaces (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
checker.py 33 flags.DEFINE_list('ignored_extra_namespaces', '',
54 flags.FLAGS.ignored_extra_namespaces))
closurizednamespacesinfo_test.py 69 closurized_namespaces=['package'], ignored_extra_namespaces=[])
80 """Tests that ignored_extra_namespaces are ignored."""
84 ignored_extra_namespaces=['package.Something'])
839 ignored_extra_namespaces)
    [all...]
closurizednamespacesinfo.py 75 def __init__(self, closurized_namespaces, ignored_extra_namespaces):
82 ignored_extra_namespaces: A list of namespaces that should not be reported
86 self._ignored_extra_namespaces = (ignored_extra_namespaces +

Completed in 507 milliseconds