Commit Graph

15 Commits (3088cf4f1de67552e33c27d56c5e7da311e2f756)

Author SHA1 Message Date
Jonathan Wakely 3088cf4f1d
Fix invalid regex in scripts/python/md-split.py (#2303)
The `[` character doesn't need to be escaped.

The `]` character needs to be escaped as `\\]` or as `\]` in a raw string.
2 months ago
Nicolas van Kempen b6363bbf11
Fix DeprecationWarning for cgi package (#2148) 2 years ago
Sergey Zubkov af44f95577 and another fix to md-split.py for CI 5 years ago
Sergey Zubkov f36b3ccaa4 fix md-split.py for CI 5 years ago
Mateusz Kwasniak f9e2ea1d9f Break long lines to increase readability in files
There were some very long lines in Python script files (comments and
cpplint execution command), really painful to read, so I decided to
break them into several lines in order to increase readability.
8 years ago
Andrew Pardoe 61717ae4eb Merge branch 'python-fix' of https://github.com/tkruse/CppCoreGuidelines into tkruse-python-fix 9 years ago
Thibault Kruse d918525609 python: fix superfluous newline in extracted plain.txt, causes bad line numbers in spell check 9 years ago
Thibault Kruse 084eb29d42 minor improvement, strip newlines from end of code snippets 9 years ago
Thibault Kruse 1842b88c21 refactor python code extractor: extract function 9 years ago
Thibault Kruse 8e282fa90c Minor fix to python code extractor, dedent by indentation amount 9 years ago
Thibault Kruse 8f8c232eff fix pushed merge conflicts 9 years ago
Andrew Pardoe 1c2f157bc4 Merge branch 'hunspell' of https://github.com/tkruse/CppCoreGuidelines into tkruse-hunspell 9 years ago
Thibault Kruse 4a4edb5807 add hunspell spell checks, fix bugs in generation of plaintext file 10 years ago
Thibault Kruse 78bac72eaf Build: bugfix python script: detect more codeblocks as lintable 10 years ago
Thibault Kruse 41cf08cc4d add ability to split md into code snippets, check with cpplint 10 years ago