shinerainsevenlib.plugins.tools_any_project.lintWrapper

Functions

verifyCfg(cfg)

main(argv)

mainPylint(argv, thisCfg, tomlCfg, tomlPath)

mainRufflint(argv, thisCfg, tomlCfg, tomlPath)

mainFormat(argv, thisCfg, tomlCfg, tomlPath)

findFileInParentDirs(filename[, path])

formatOneLineRuff(msg)

formatOneLinePylint(msg)

getFromCfgTyped(cfg, key, type)

getSectionFromToml(cfg, key)

getBuiltinSpecificIgnores(toolShortName)

getIgnoresModern(toolShortName)

getIgnoresLegacy(toolShortName)

getRecommendedOtherSettings(toolShortName)

Module Contents

shinerainsevenlib.plugins.tools_any_project.lintWrapper.verifyCfg(cfg)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.main(argv)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.mainPylint(argv, thisCfg, tomlCfg, tomlPath)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.mainRufflint(argv, thisCfg, tomlCfg, tomlPath)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.mainFormat(argv, thisCfg, tomlCfg, tomlPath)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.findFileInParentDirs(filename, path='')
shinerainsevenlib.plugins.tools_any_project.lintWrapper.formatOneLineRuff(msg)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.formatOneLinePylint(msg)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.getFromCfgTyped(cfg, key, type)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.getSectionFromToml(cfg, key)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.getBuiltinSpecificIgnores(toolShortName)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.getIgnoresModern(toolShortName)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.getIgnoresLegacy(toolShortName)
shinerainsevenlib.plugins.tools_any_project.lintWrapper.getRecommendedOtherSettings(toolShortName)