Skip to content

Commit

Permalink
Don't automatically add license header to code inside plugins dir. (e…
Browse files Browse the repository at this point in the history
…lastic#66601)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
stacey-gammon and elasticmachine committed May 14, 2020
1 parent ef11719 commit b55a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = {
* Licence headers
*/
{
files: ['**/*.{js,ts,tsx}'],
files: ['**/*.{js,ts,tsx}', '!plugins/**/*'],
rules: {
'@kbn/eslint/require-license-header': [
'error',
Expand Down

0 comments on commit b55a81d

Please sign in to comment.