We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5b31e commit 0fdaab6Copy full SHA for 0fdaab6
bin/codebasin
@@ -210,6 +210,7 @@ def main():
210
len(additional_platforms) == 0 and args.analysis_file is None
211
)
212
if config_file is None and config_required:
213
+ warnings.warn("Implicitly defined configuration files are deprecated.")
214
config_file = os.path.join(rootdir, "config.yaml")
215
if not os.path.exists(config_file):
216
raise RuntimeError(f"Could not find config file {config_file}")
0 commit comments