Commit Graph

20 Commits

Author SHA1 Message Date
Zach Borboa bfe89ab8ba Require keyword "elseif" to be used instead of "else if" so that all control keywords look like single words 2016-08-07 15:10:25 -07:00
Zach Borboa 5c2aa6c663 Remove tabs 2016-03-28 22:19:20 -07:00
Mike Mulligan 1a3f399245 Make Travis checks more helpfuler. 2016-03-28 12:25:58 -04:00
Zach Borboa c85e0a0048 Require using identical comparison operators 2016-02-05 19:43:37 -08:00
Zach Borboa 1ef006f751 Prohibit screaming caps notation in php files 2015-11-10 17:36:05 -08:00
Zach Borboa 0e2e64734e Prohibit @author in php files 2015-11-10 08:02:54 -08:00
Zach Borboa d69cded020 Fix #254: CaseInsensitiveArray not found. 2015-10-20 21:54:53 -07:00
Zach Borboa 29afe450f8 Add check to prohibit excessively long lines in php files 2015-08-20 02:37:11 -07:00
Zach Borboa bfb932dc30 Fix script.sh exiting with return code 0 when phpunit tests fail 2015-04-23 15:48:26 -07:00
Zach Borboa 0dfb568734 Add workaround for hhvm to avoid "Notice: File could not be loaded: ..." 2015-02-17 01:34:31 +07:00
Zach Borboa 06c4f9ff0d Fix "warning: here-document at line XX delimited by end-of-file (wanted `EOF')" 2015-02-17 01:20:16 +07:00
Zach Borboa a8575a1ecd Enforce indentation consistency in php files 2015-02-17 00:31:43 +07:00
Zach Borboa d67fbd3677 Remove unnecessary usage of xargs 2015-02-16 16:55:14 +07:00
Zach Borboa c1cf3b3f08 Enforce line ending consistency in php files 2015-01-01 16:19:12 -08:00
Zach Borboa 69c1741597 Prohibit tab characters in php files 2014-12-31 14:27:10 -08:00
Zach Borboa f8b851dec6 Run unit tests before checking trailing whitespace in php files 2014-12-31 14:01:51 -08:00
zborboa-google 351f4b51ab Add script comments 2014-09-09 11:34:27 -07:00
Zach Borboa 9dc097c672 Add trailing whitespace test 2014-09-03 17:04:18 -07:00
Zach Borboa 007bea958f Fix #73: Add PHP 5.3 to continuous integration tests 2014-08-16 23:26:37 -07:00
Zach Borboa 3b6debd09b Move before_script and script to files 2014-07-24 10:39:35 -07:00