summaryrefslogtreecommitdiff
path: root/tools/check-typo
Commit message (Expand)AuthorAgeFilesLines
* Fix tools/check-typo for mawk 1.3.4 (#9644)David Allsopp2020-06-051-3/+2
* Ensure that files marked executable are #! scriptsDavid Allsopp2019-03-271-0/+28
* Skip files in .gitignore in check-typoDavid Allsopp2019-03-271-0/+1
* Ensure awk supports interval expressionsDavid Allsopp2019-03-271-0/+12
* Update comments in tools/check-typoDavid Allsopp2018-12-201-3/+3
* check-typo: make --check-prune fasterGabriel Scherer2018-12-091-10/+17
* .gitattributes: prune directories recursivelyGabriel Scherer2018-12-091-1/+1
* address review comments by David and DamienGabriel Scherer2018-10-181-2/+2
* tools/check-typo: add a a "--get-attrs <path>" mode for debug purposesGabriel Scherer2018-10-181-0/+6
* Make typo.very-long-line => typo.long-line=mayDavid Allsopp2018-10-181-2/+10
* check-typo: simplify implementation by deconstructing the built-in exceptionsGabriel Scherer2018-10-181-28/+1
* check-typo: make sure that 'prune' attributes on non-directories are honoredGabriel Scherer2018-10-181-0/+9
* rework the relation between .gitattributes and ./tools/check-typoGabriel Scherer2018-10-181-40/+63
* check-typo: make (--check-prune .git) work as expectedGabriel Scherer2018-10-181-3/+5
* check-typo: escape slash in awk character range for greater compatibilityNicolás Ojeda Bär2018-07-011-1/+1
* Ensure check-typo exits with an errorDavid Allsopp2018-07-011-1/+6
* Allow tools/check-typo to work with Ubuntu 12.4.5David Allsopp2018-06-301-1/+2
* Allow tools/check-typo to analyse non-HEAD commitsDavid Allsopp2018-06-301-5/+14
* Supply a Git pre-commit hook for tools/check-typoDavid Allsopp2018-06-301-4/+8
* Validate the encoding of files marked UTF-8David Allsopp2018-06-111-3/+16
* Add utf8 rule to tools/check-typoDavid Allsopp2018-06-111-8/+34
* Warn if a file contains UTF-8 and Latin-1David Allsopp2017-10-251-2/+19
* Ignore very long URLs in tools/check-typoDavid Allsopp2017-10-251-3/+7
* Permit UTF-8 characters in copyright and authorsDavid Allsopp2017-10-251-4/+14
* Fix \r problems on recent CygwinsDavid Allsopp2017-04-131-1/+1
* check-typo: check LICENCE cited without a pathDamien Doligez2016-03-031-0/+1
* tweak tools/check-typo and break more overlong linesDamien Doligez2016-02-191-14/+42
* Update headers for the new license.Damien Doligez2016-02-181-12/+15
* tools/check-typo: switch to new header formatDamien Doligez2016-02-171-9/+19
* clean up whitespace and cut long linesDamien Doligez2016-02-171-6/+11
* check-typo: no header needed for files shorter than 10 linesDamien Doligez2016-02-161-4/+7
* Handle binary files correctly in tools/check-typoDavid Allsopp2015-12-141-4/+15
* simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-061-2/+0
* update tools/check-typo to work with git attributes instead of svn propertiesDamien Doligez2015-11-031-18/+19
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-1/+1
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-3/+3
* allow long lines up to 132 chars in ocamldocDamien Doligez2014-07-211-4/+15
* test reference files are now exempt from all rulesDamien Doligez2014-04-121-9/+5
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-0/+6
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-1/+1
* more small changesDamien Doligez2012-10-171-4/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+2
* add possibility of ignoring a directoryDamien Doligez2012-10-151-2/+15
* small tweaksDamien Doligez2012-10-151-4/+4
* add check for $Id$; various fixesDamien Doligez2012-08-021-8/+15
* add detection of missing copyright headersDamien Doligez2012-08-011-5/+37
* Tool to check the OCaml sources for simple typographic rules (no TABs, etc)Damien Doligez2012-07-311-0/+176