Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Feb 22, 2024
1 parent d74ff82 commit d5e414f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import { getI18nIdentifierFromFilePath } from './get_i18n_identifier_from_file_p
const SYSTEMPATH = 'systemPath';

const testMap = [
['x-pack/plugins/observability_solution/observability/public/header_actions.tsx', 'xpack.observability'],
[
'x-pack/plugins/observability_solution/observability/public/header_actions.tsx',
'xpack.observability',
],
['x-pack/plugins/apm/common/components/app/correlations/correlations_table.tsx', 'xpack.apm'],
['x-pack/plugins/cases/server/components/foo.tsx', 'xpack.cases'],
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ function AnotherComponent() {
},
{
name: 'When no import of the translation module is present, the import line should be added',
filename: '/x-pack/plugins/observability_solution/observability/public/yet_another_component.tsx',
filename:
'/x-pack/plugins/observability_solution/observability/public/yet_another_component.tsx',
code: `
import React from 'react';
Expand Down

0 comments on commit d5e414f

Please sign in to comment.