summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-24 08:06:05 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-24 08:10:23 +0000
commitb915850fbbbc7ad40ace78c0e36f9c91ec655e95 (patch)
tree579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /python
parent5518a7c8e14f9b27335a20748f9d9240d266cfd0 (diff)
downloadaura-central-b915850fbbbc7ad40ace78c0e36f9c91ec655e95.tar.gz
Issue mcp-graveyard/UXP%1656 - Part 8: Devtools and misc.
Diffstat (limited to 'python')
-rw-r--r--python/gdbpp/gdbpp/__init__.py1
-rw-r--r--python/gdbpp/gdbpp/linkedlist.py1
-rw-r--r--python/gdbpp/gdbpp/owningthread.py1
-rw-r--r--python/gdbpp/gdbpp/smartptr.py1
-rw-r--r--python/gdbpp/gdbpp/string.py1
-rw-r--r--python/gdbpp/gdbpp/tarray.py1
-rw-r--r--python/gdbpp/gdbpp/thashtable.py1
-rw-r--r--python/mozlint/test/linters/badreturncode.lint1
-rw-r--r--python/mozlint/test/linters/explicit_path.lint1
-rw-r--r--python/mozlint/test/linters/external.lint1
-rw-r--r--python/mozlint/test/linters/invalid_exclude.lint1
-rw-r--r--python/mozlint/test/linters/invalid_extension.lnt1
-rw-r--r--python/mozlint/test/linters/invalid_include.lint1
-rw-r--r--python/mozlint/test/linters/invalid_type.lint1
-rw-r--r--python/mozlint/test/linters/missing_attrs.lint1
-rw-r--r--python/mozlint/test/linters/missing_definition.lint1
-rw-r--r--python/mozlint/test/linters/raises.lint1
-rw-r--r--python/mozlint/test/linters/regex.lint1
-rw-r--r--python/mozlint/test/linters/string.lint1
-rw-r--r--python/mozlint/test/linters/structured.lint1
20 files changed, 0 insertions, 20 deletions
diff --git a/python/gdbpp/gdbpp/__init__.py b/python/gdbpp/gdbpp/__init__.py
index d20de23a7..1b9efbb84 100644
--- a/python/gdbpp/gdbpp/__init__.py
+++ b/python/gdbpp/gdbpp/__init__.py
@@ -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/python/gdbpp/gdbpp/linkedlist.py b/python/gdbpp/gdbpp/linkedlist.py
index 966f9b9c0..60abfacb9 100644
--- a/python/gdbpp/gdbpp/linkedlist.py
+++ b/python/gdbpp/gdbpp/linkedlist.py
@@ -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/python/gdbpp/gdbpp/owningthread.py b/python/gdbpp/gdbpp/owningthread.py
index d102bef24..3048c8e9d 100644
--- a/python/gdbpp/gdbpp/owningthread.py
+++ b/python/gdbpp/gdbpp/owningthread.py
@@ -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/python/gdbpp/gdbpp/smartptr.py b/python/gdbpp/gdbpp/smartptr.py
index c35215426..02650f660 100644
--- a/python/gdbpp/gdbpp/smartptr.py
+++ b/python/gdbpp/gdbpp/smartptr.py
@@ -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/python/gdbpp/gdbpp/string.py b/python/gdbpp/gdbpp/string.py
index 33d536a02..6bf7fcebb 100644
--- a/python/gdbpp/gdbpp/string.py
+++ b/python/gdbpp/gdbpp/string.py
@@ -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/python/gdbpp/gdbpp/tarray.py b/python/gdbpp/gdbpp/tarray.py
index 66797e4c9..dae6b1b49 100644
--- a/python/gdbpp/gdbpp/tarray.py
+++ b/python/gdbpp/gdbpp/tarray.py
@@ -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/python/gdbpp/gdbpp/thashtable.py b/python/gdbpp/gdbpp/thashtable.py
index 10aee4946..fb11f95cb 100644
--- a/python/gdbpp/gdbpp/thashtable.py
+++ b/python/gdbpp/gdbpp/thashtable.py
@@ -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/python/mozlint/test/linters/badreturncode.lint b/python/mozlint/test/linters/badreturncode.lint
index 398d51a55..cd9cf9e3f 100644
--- a/python/mozlint/test/linters/badreturncode.lint
+++ b/python/mozlint/test/linters/badreturncode.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/python/mozlint/test/linters/explicit_path.lint b/python/mozlint/test/linters/explicit_path.lint
index 8c1a88a1f..15663b2e7 100644
--- a/python/mozlint/test/linters/explicit_path.lint
+++ b/python/mozlint/test/linters/explicit_path.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "ExplicitPathLinter",
diff --git a/python/mozlint/test/linters/external.lint b/python/mozlint/test/linters/external.lint
index dcae419db..41c16bc3f 100644
--- a/python/mozlint/test/linters/external.lint
+++ b/python/mozlint/test/linters/external.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/python/mozlint/test/linters/invalid_exclude.lint b/python/mozlint/test/linters/invalid_exclude.lint
index be6d0045c..2d84144be 100644
--- a/python/mozlint/test/linters/invalid_exclude.lint
+++ b/python/mozlint/test/linters/invalid_exclude.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "BadExcludeLinter",
diff --git a/python/mozlint/test/linters/invalid_extension.lnt b/python/mozlint/test/linters/invalid_extension.lnt
index 3cb8153a0..572897f7b 100644
--- a/python/mozlint/test/linters/invalid_extension.lnt
+++ b/python/mozlint/test/linters/invalid_extension.lnt
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "BadExtensionLinter",
diff --git a/python/mozlint/test/linters/invalid_include.lint b/python/mozlint/test/linters/invalid_include.lint
index 343d5e195..02a1a77b9 100644
--- a/python/mozlint/test/linters/invalid_include.lint
+++ b/python/mozlint/test/linters/invalid_include.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "BadIncludeLinter",
diff --git a/python/mozlint/test/linters/invalid_type.lint b/python/mozlint/test/linters/invalid_type.lint
index 9e5926c5a..3799b8fbc 100644
--- a/python/mozlint/test/linters/invalid_type.lint
+++ b/python/mozlint/test/linters/invalid_type.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "BadTypeLinter",
diff --git a/python/mozlint/test/linters/missing_attrs.lint b/python/mozlint/test/linters/missing_attrs.lint
index 380512b64..aca63921d 100644
--- a/python/mozlint/test/linters/missing_attrs.lint
+++ b/python/mozlint/test/linters/missing_attrs.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "MissingAttrsLinter",
diff --git a/python/mozlint/test/linters/missing_definition.lint b/python/mozlint/test/linters/missing_definition.lint
index a84b305d2..f0208e7c6 100644
--- a/python/mozlint/test/linters/missing_definition.lint
+++ b/python/mozlint/test/linters/missing_definition.lint
@@ -1,4 +1,3 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# No LINTER variable
diff --git a/python/mozlint/test/linters/raises.lint b/python/mozlint/test/linters/raises.lint
index f17e18733..e894f6f52 100644
--- a/python/mozlint/test/linters/raises.lint
+++ b/python/mozlint/test/linters/raises.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/python/mozlint/test/linters/regex.lint b/python/mozlint/test/linters/regex.lint
index 439cadf36..6bee56a0a 100644
--- a/python/mozlint/test/linters/regex.lint
+++ b/python/mozlint/test/linters/regex.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "RegexLinter",
diff --git a/python/mozlint/test/linters/string.lint b/python/mozlint/test/linters/string.lint
index 46bf0e8b8..727507b0f 100644
--- a/python/mozlint/test/linters/string.lint
+++ b/python/mozlint/test/linters/string.lint
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
LINTER = {
'name': "StringLinter",
diff --git a/python/mozlint/test/linters/structured.lint b/python/mozlint/test/linters/structured.lint
index e8be8d7b3..1e1664581 100644
--- a/python/mozlint/test/linters/structured.lint
+++ b/python/mozlint/test/linters/structured.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/.