mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Don't automatically add license header to code inside plugins dir. (#66601)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
a54de76e1f
commit
d5601457b3
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ module.exports = {
|
|||
* Licence headers
|
||||
*/
|
||||
{
|
||||
files: ['**/*.{js,ts,tsx}'],
|
||||
files: ['**/*.{js,ts,tsx}', '!plugins/**/*'],
|
||||
rules: {
|
||||
'@kbn/eslint/require-license-header': [
|
||||
'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue