OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGNORE_LIST
(Results
1 - 3
of
3
) sorted by null
/external/selinux/scripts/
run-flake8
15
IGNORE_LIST
=''
19
IGNORE_LIST
="$
IGNORE_LIST
,W191" # indentation contains tabs
21
IGNORE_LIST
="$
IGNORE_LIST
,E101" # indentation contains mixed spaces and tabs
22
IGNORE_LIST
="$
IGNORE_LIST
,E711" # comparison to None should be 'if cond is not None:'
23
IGNORE_LIST
="$
IGNORE_LIST
,E712" # comparison to False should be 'if cond is False:' or 'if not cond:'
24
IGNORE_LIST
="$IGNORE_LIST,E722" # do not use bare 'except
[
all
...]
/external/skia/infra/bots/assets/win_toolchain/
create.py
34
IGNORE_LIST
= [
46
for ign in
IGNORE_LIST
:
/external/skqp/infra/bots/assets/win_toolchain/
create.py
34
IGNORE_LIST
= [
46
for ign in
IGNORE_LIST
:
Completed in 3695 milliseconds