aboutsummaryrefslogtreecommitdiff
path: root/googlemock/test
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-01-25 12:34:50 -0800
committerCopybara-Service <copybara-worker@google.com>2023-01-25 12:35:34 -0800
commit137dcd18cc20b49059d834a592fe7e200bc4aeee (patch)
treed8514d271d0eb5a3e0782c686760c22300a90c25 /googlemock/test
parent643862d8adb333eae9f3ff288895314dfcc87587 (diff)
downloadgoogletest-137dcd18cc20b49059d834a592fe7e200bc4aeee.zip
googletest-137dcd18cc20b49059d834a592fe7e200bc4aeee.tar.gz
googletest-137dcd18cc20b49059d834a592fe7e200bc4aeee.tar.bz2
Remove pylint disable comments that no longer trigger warnings
PiperOrigin-RevId: 504633130 Change-Id: I3fdbc83975fea97aa53f7325d323adead0a30e24
Diffstat (limited to 'googlemock/test')
-rwxr-xr-xgooglemock/test/gmock_test_utils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/googlemock/test/gmock_test_utils.py b/googlemock/test/gmock_test_utils.py
index d7bc097..edad1f7 100755
--- a/googlemock/test/gmock_test_utils.py
+++ b/googlemock/test/gmock_test_utils.py
@@ -77,9 +77,6 @@ def GetExitStatus(exit_code):
return -1
-# Suppresses the "Invalid const name" lint complaint
-# pylint: disable-msg=C6409
-
# Exposes utilities from gtest_test_utils.
Subprocess = gtest_test_utils.Subprocess
TestCase = gtest_test_utils.TestCase
@@ -87,8 +84,6 @@ environ = gtest_test_utils.environ
SetEnvVar = gtest_test_utils.SetEnvVar
PREMATURE_EXIT_FILE_ENV_VAR = gtest_test_utils.PREMATURE_EXIT_FILE_ENV_VAR
-# pylint: enable-msg=C6409
-
def Main():
"""Runs the unit test."""