Florian Bruhin
|
5a73ad0c19
|
Improve spell-checker case-sensitivity.
This only checks case-insensitively for the first char, so things like
"QMouseEvent" don't trigger the check.
|
2015-06-07 01:24:02 +02:00 |
|
Florian Bruhin
|
fd75f77108
|
Fix spell checker to check all files.
|
2015-06-07 01:24:02 +02:00 |
|
Florian Bruhin
|
015de0e6db
|
misc_checks: Check spelling case-insensitively.
|
2015-06-05 17:51:33 +02:00 |
|
Florian Bruhin
|
76651822bd
|
Merge pull request #16 from hackebrot/layout
Adopt test layout to pytest.
|
2015-04-08 14:03:02 +02:00 |
|
Florian Bruhin
|
9d44f777c0
|
Fix lint.
|
2015-04-05 20:30:31 +02:00 |
|
Florian Bruhin
|
143228d593
|
misc_checks.py: Fix exit status for spellcheck.
|
2015-04-05 19:37:56 +02:00 |
|
Florian Bruhin
|
38c63ca2ea
|
Add a checker for words which I often misspell.
|
2015-03-31 22:12:38 +02:00 |
|
Florian Bruhin
|
8ebac8d38c
|
Various spelling fixes.
|
2015-03-31 21:11:47 +02:00 |
|
Florian Bruhin
|
c562fac9cb
|
tox: Use git directly to check for changes (docs).
We also remove checking for uncommited changes in misc_checks.py, as this
usually just is noise.
|
2015-03-26 20:37:53 +01:00 |
|
Florian Bruhin
|
1d29e3462f
|
Use tox to manage virtualenvs.
Obsoletes #463.
Fixes #558.
Fixes part of #474.
Closes #479.
Closes #452.
|
2015-03-26 08:15:38 +01:00 |
|