Skip to content

Commit 84a569c

Browse files
zertoshfacebook-github-bot
authored andcommitted
Fix unnecessary LICENSELINT suppressions
Reviewed By: zsol Differential Revision: D34526295 fbshipit-source-id: f511370dc3186bc396d68a2e6d5e0931facbeb42
1 parent 471b126 commit 84a569c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/test_cameras.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# @lint-ignore-every LICENSELINT
7+
# @licenselint-loose-mode
8+
89
# Some of the code below is adapted from Soft Rasterizer (SoftRas)
910
#
1011
# Copyright (c) 2017 Hiroharu Kato

website/siteConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9+
// @licenselint-loose-mode
10+
911
// See https://docusaurus.io/docs/site-config for all the possible
1012
// site configuration options.
1113

@@ -52,7 +54,6 @@ const siteConfig = {
5254
secondaryColor: '#FFAF00',
5355
},
5456

55-
// @lint-ignore-every LICENSELINT
5657
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
5758
copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Meta Platforms, Inc`,
5859

0 commit comments

Comments
 (0)