Merge pull request #18777 from shivapoudel/fix/textdomain-check
Exclude textdomain check for libraries
This commit is contained in:
commit
3146f87942
|
@ -232,6 +232,7 @@ module.exports = function( grunt ) {
|
||||||
src: [
|
src: [
|
||||||
'**/*.php', // Include all files
|
'**/*.php', // Include all files
|
||||||
'!apigen/**', // Exclude apigen/
|
'!apigen/**', // Exclude apigen/
|
||||||
|
'!includes/libraries/**', // Exclude libraries/
|
||||||
'!node_modules/**', // Exclude node_modules/
|
'!node_modules/**', // Exclude node_modules/
|
||||||
'!tests/**', // Exclude tests/
|
'!tests/**', // Exclude tests/
|
||||||
'!vendor/**', // Exclude vendor/
|
'!vendor/**', // Exclude vendor/
|
||||||
|
|
Loading…
Reference in New Issue