We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8563c6b commit 6ef1ca0Copy full SHA for 6ef1ca0
Gruntfile.js
@@ -20,23 +20,13 @@ module.exports = function(grunt) {
20
},
21
phplint: {
22
plugin: phpPaths
23
- },
24
- phpcs: {
25
- plugin: {
26
- src: phpPaths
27
28
- options: {
29
- bin: 'vendor/bin/phpcs',
30
- standard: 'src/ruleset-wordpress.xml'
31
- }
32
}
33
});
34
35
grunt.loadNpmTasks('grunt-wp-readme-to-markdown');
36
grunt.loadNpmTasks('grunt-phplint');
37
- grunt.loadNpmTasks('grunt-phpcs');
38
39
- grunt.registerTask('default', ['phplint', 'phpcs']);
+ grunt.registerTask('default', ['phplint']);
40
41
grunt.registerTask('readme', ['wp_readme_to_markdown']);
42
};
0 commit comments