Skip to content

Commit b55a81d

Browse files
Stacey Gammonelasticmachine
andcommitted
Don't automatically add license header to code inside plugins dir. (#66601)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent ef11719 commit b55a81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = {
139139
* Licence headers
140140
*/
141141
{
142-
files: ['**/*.{js,ts,tsx}'],
142+
files: ['**/*.{js,ts,tsx}', '!plugins/**/*'],
143143
rules: {
144144
'@kbn/eslint/require-license-header': [
145145
'error',

0 commit comments

Comments
 (0)