diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /tools/lint | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.lz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.xz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.zip |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'tools/lint')
-rw-r--r-- | tools/lint/eslint.lint | 1 | ||||
-rw-r--r-- | tools/lint/flake8.lint | 1 | ||||
-rw-r--r-- | tools/lint/wpt.lint | 1 | ||||
-rw-r--r-- | tools/lint/wpt_manifest.lint | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tools/lint/eslint.lint b/tools/lint/eslint.lint index 61eb1daaa..a2d864f75 100644 --- a/tools/lint/eslint.lint +++ b/tools/lint/eslint.lint @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/tools/lint/flake8.lint b/tools/lint/flake8.lint index eaf4a4dff..2609bfbb2 100644 --- a/tools/lint/flake8.lint +++ b/tools/lint/flake8.lint @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/tools/lint/wpt.lint b/tools/lint/wpt.lint index a7f2ae597..2b8e94421 100644 --- a/tools/lint/wpt.lint +++ b/tools/lint/wpt.lint @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/tools/lint/wpt_manifest.lint b/tools/lint/wpt_manifest.lint index 584b33b4e..334d69689 100644 --- a/tools/lint/wpt_manifest.lint +++ b/tools/lint/wpt_manifest.lint @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. |