Skip to content

Commit

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

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
stacey-gammon and elasticmachine authored May 15, 2020
1 parent a968a3a commit a6dc338
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 a6dc338

Please sign in to comment.