mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
c98ded1c2b
commit
88bb904dd5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export default function (grunt) {
|
|||
|
||||
const invalid = grunt.config
|
||||
.get('stagedFiles')
|
||||
.filter(name => name.match(/[A-Z ]/))
|
||||
.filter(name => name.match(/[A-Z \-]/))
|
||||
.reduce((all, name) => `${all} ${name}\n`, '');
|
||||
|
||||
if (invalid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue