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.
2017-10-11 09:10:35 +02:00
Andrew Pardoe
61717ae4eb
Merge branch 'python-fix' of https://github.com/tkruse/CppCoreGuidelines into tkruse-python-fix
2016-09-12 11:53:55 -07:00
Thibault Kruse
d918525609
python: fix superfluous newline in extracted plain.txt, causes bad line numbers in spell check
2016-09-10 22:56:05 +09:00
Thibault Kruse
084eb29d42
minor improvement, strip newlines from end of code snippets
2016-09-10 22:55:58 +09:00
Thibault Kruse
1842b88c21
refactor python code extractor: extract function
2016-09-10 22:55:58 +09:00
Thibault Kruse
8e282fa90c
Minor fix to python code extractor, dedent by indentation amount
2016-09-10 22:55:58 +09:00
Thibault Kruse
8f8c232eff
fix pushed merge conflicts
2016-08-22 23:21:14 +02:00
Andrew Pardoe
1c2f157bc4
Merge branch 'hunspell' of https://github.com/tkruse/CppCoreGuidelines into tkruse-hunspell
2016-08-22 11:34:17 -07:00
Thibault Kruse
4a4edb5807
add hunspell spell checks, fix bugs in generation of plaintext file
2016-08-17 17:56:54 +02:00
Thibault Kruse
78bac72eaf
Build: bugfix python script: detect more codeblocks as lintable
2016-08-17 17:55:51 +02:00
Thibault Kruse
41cf08cc4d
add ability to split md into code snippets, check with cpplint
2016-04-24 22:19:50 +02:00