# Default task
default:
- 'checktextdomain'
- 'makepot'

# Pre commit task
precommit:
- 'checktextdomain'
- 'phpcs'
- 'phpcpd'
- 'phpmd'
- 'phpunit'
