mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
apply prettier styles
This commit is contained in:
parent
64ad4f3f92
commit
bf04235dae
7130 changed files with 31393 additions and 37163 deletions
|
@ -33,7 +33,7 @@ export default function checkPlugins(grunt) {
|
|||
return done();
|
||||
}
|
||||
|
||||
const plugins = files.filter(file => {
|
||||
const plugins = files.filter((file) => {
|
||||
return fs.statSync(path.join(pluginsDir, file)).isDirectory();
|
||||
});
|
||||
|
||||
|
@ -41,7 +41,7 @@ export default function checkPlugins(grunt) {
|
|||
grunt.log.error(
|
||||
'==================================================================================================='
|
||||
);
|
||||
plugins.forEach(plugin => {
|
||||
plugins.forEach((plugin) => {
|
||||
grunt.log.error(
|
||||
`The ${plugin} plugin may disrupt the test process. Consider removing it and re-running your tests.`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue