Compare commits

..

No commits in common. "5e600ab490fc789667062e998bb48effb9bf35a0" and "bef76608367ee504581bf74dd794a135f66691d2" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View File

@ -175,7 +175,7 @@ with section("markup"):
with section("lint"): with section("lint"):
# a list of lint codes to disable # a list of lint codes to disable
disabled_codes = ['C0113'] disabled_codes = []
# regular expression pattern describing valid function names # regular expression pattern describing valid function names
function_pattern = '[0-9a-z_]+' function_pattern = '[0-9a-z_]+'