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
Alexey Porotnikov
9de66ec027
add "return" to the compound literal exclusions ( #1113 )
...
inhibits readability/brace warning for compound literals in return
statement
8 years ago
Jonathan Wakely
1e20e02c5c
Remove pycache file added in f9e2ea1d9f
8 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
Sergey Zubkov
74ab713700
travis CI and some typo fixes
...
had to drop runtime/printf from the checks because it bans strcpy
9 years ago
Thibault Kruse
13efb300b1
Remove merged git conflict
9 years ago
Andrew Pardoe
61717ae4eb
Merge branch 'python-fix' of https://github.com/tkruse/CppCoreGuidelines into tkruse-python-fix
9 years ago
Andrew Pardoe
128a3e1401
Merge pull request #707 from tkruse/stricter-cpplint-checks
...
stricter cpplint checks
9 years ago
Thibault Kruse
5a02b22bb2
stricter cpplint checks
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
154dd24a54
improve cpplint check by invoking python just once. Reduces time from 1m to 6s
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
0120560f13
update to pypi cpplint 1.3.0, fix linter errors
10 years ago
Thibault Kruse
41cf08cc4d
add ability to split md into code snippets, check with cpplint
10 years ago