Skip to content

Commit

Permalink
Fix unnecessary LICENSELINT suppressions
Browse files Browse the repository at this point in the history
Reviewed By: zsol

Differential Revision: D34526295

fbshipit-source-id: f511370dc3186bc396d68a2e6d5e0931facbeb42
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 28, 2022
1 parent c92b64b commit 75348ac
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

'use strict';

const COMMANDS_DEFINED_INLINE = `
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

'use strict';

const EVENT_DEFINITION = `
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

'use strict';

const NATIVE_MODULES_WITH_ARRAY_WITH_NO_TYPE_FOR_CONTENT = `
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

'use strict';

const EMPTY_NATIVE_MODULE = `
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

'use strict';

const COMMANDS_DEFINED_INLINE = `
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

'use strict';

const EVENT_DEFINITION = `
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

const NATIVE_MODULES_WITH_ARRAY_WITH_NO_TYPE_FOR_CONTENT = `
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
Expand Down
Expand Up @@ -6,9 +6,10 @@
*
* @flow strict-local
* @format
* @lint-ignore-every LICENSELINT
*/

// @licenselint-loose-mode

const EMPTY_NATIVE_MODULE = `
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
Expand Down

0 comments on commit 75348ac

Please sign in to comment.