easybuild.framework.easyconfig.style module¶
Style tests for easyconfig files using pycodestyle.
Authors:
- Ward Poelmans (Ghent University)
-
easybuild.framework.easyconfig.style.cmdline_easyconfigs_style_check(ecs)¶ Run easyconfigs style check of each of the specified easyconfigs, triggered from ‘eb’ command line
Parameters: ecs – list of easyconfigs to check, could be either file paths or EasyConfig instances Returns: True when style check passed on all easyconfig files, False otherwise