We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f788658 + 694a24c commit 1516e48Copy full SHA for 1516e48
tc_build/kernel.py
@@ -79,7 +79,7 @@ def build(self):
79
# try: ... finally: ... statement to ensure that this file is
80
# always cleaned up.
81
# pylint: disable-next=consider-using-with
82
- kconfig_allconfig = NamedTemporaryFile(dir=self.folders.build)
+ kconfig_allconfig = NamedTemporaryFile(dir=self.folders.build) # noqa: SIM115
83
84
configs_to_disable = ['DRM_WERROR', 'WERROR']
85
kconfig_allconfig_text = ''.join(f"CONFIG_{val}=n\n"
0 commit comments