Home
last modified time | relevance | path

Searched full:pylint (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.5.0/.gitlab/ci/
Dstatic-code-analysis.yml37 - pylint-report.txt
47 - pylint --rcfile=.pylintrc $files -r n --output-format=parseable > pylint-report.txt || exit 0
113 -Dsonar.python.pylint.reportPath=pylint-report.txt
130 -Dsonar.python.pylint.reportPath=pylint-report.txt
/hal_espressif-3.5.0/examples/protocols/http_server/captive_portal/
Dexample_test.py38 def test_redirect(ip, port): # type: (str, str) -> str # pylint: disable=unused-argument
63 def test_captive_page(ip, port, uri): # type: (str, str, str) -> bool # pylint: disable=unused-arg…
83 …portal(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
142 test_example_captive_portal() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/components/newlib/test_apps/
Dapp_test.py1 import tiny_test_fw # noqa: F401 # pylint: disable=unused-import
5 import typing # noqa: F401 # pylint: disable=unused-import
/hal_espressif-3.5.0/examples/protocols/http_request/
Dexample_test.py14 …equest(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
41 test_examples_protocol_http_request() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/examples/protocols/https_mbedtls/
Dexample_test.py15 …bedtls(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
47 test_examples_protocol_https_mbedtls() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/examples/protocols/http2_request/
Dexample_test.py32 …equest(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
61 test_examples_protocol_http2_request() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/components/partition_table/
Dcheck_sizes.py26 import io # noqa: F401 # pylint: disable=unused-import
31 from typing import IO # noqa: F401 # pylint: disable=unused-import
112 global allow_failures # pylint: disable=global-statement
/hal_espressif-3.5.0/tools/ci/
Dcheck_tools_files_patterns.py21 def _ishidden(path): # pylint: disable=W0613
29 glob._ishidden = _ishidden # type: ignore # pylint: disable=W0212
Didf_ci_utils.py45 except Exception as e: # pylint: disable=W0703
83 except Exception as e: # pylint: disable=W0703
/hal_espressif-3.5.0/examples/protocols/https_server/simple/
Dexample_test.py94 …simple(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
165 test_examples_protocol_https_server_simple() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/examples/protocols/http_server/file_serving/
Dhttp_server_file_serving_test.py29 …erving(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
147 test_examples_protocol_http_server_file_serving() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/docs/
Dconf_common.py9 # pylint: disable=wildcard-import
10 # pylint: disable=undefined-variable
/hal_espressif-3.5.0/
D.pylintrc23 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
39 # When enabled, pylint would attempt to guess common misconfiguration and emit
205 # List of members which are set dynamically and missed by pylint inference
218 # This flag controls whether pylint should warn about no-member and similar
/hal_espressif-3.5.0/examples/protocols/https_server/wss_server/
Dwss_server_example_test.py121 …server(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
192 test_examples_protocol_https_wss_server() # pylint: disable=no-value-for-parameter
/hal_espressif-3.5.0/examples/system/ulp_riscv/gpio/
Dexample_test.py11 …_riscv(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-ar…
/hal_espressif-3.5.0/tools/
Dgdb_panic_server.py43 from pyparsing import (Combine, Group, Literal, OneOrMore, ParserElement, # noqa: F401 # pylint: d…
47 import typing # noqa: F401 # pylint: disable=unused-import
/hal_espressif-3.5.0/components/esp_eth/test_apps/
Dcomponent_ut_test.py13 import typing # noqa: F401 # pylint: disable=unused-import