Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@JDGrimes JDGrimes released this 20 Dec 21:39
091f273

Added

  • Support for running against a list of files. #33
  • aria-hidden, cols, rows, min, max, and align to the list of ignored attributes.
  • _get_list_table(), wp_reschedule_event(), get_submit_button(), and checked() to the list of ignored WordPress functions.
  • DateTime::__construct() to the list of ignored PHP functions.
  • UNION ALL, HAVING, GROUP BY, EXISTS, and SIGNED to the list of ignored SQL keywords.
  • Support for PHP 7.2.
  • Ignores logic for all-lowercase strings containing hyphens (-) and no spaces. #37
  • Support for ignoring all-lowercase strings with the all-lowercase ignores-rule. #38

Changed

  • Underscored strings are now ignored regardless of case. #34
  • The default paths for the cache files. #29

Removed

  • Support for HHVM.