summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/trove-pylint.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/trove-pylint.config b/tools/trove-pylint.config
index 85571893..98251bfa 100644
--- a/tools/trove-pylint.config
+++ b/tools/trove-pylint.config
@@ -1241,6 +1241,12 @@
],
[
"trove/instance/models.py",
+ "E1101",
+ "Instance of 'InstanceServiceStatus' has no 'updated_at' member",
+ "InstanceServiceStatus.is_uptodate"
+ ],
+ [
+ "trove/instance/models.py",
"no-member",
"Class 'DBInstance' has no 'cluster_id' member",
"module_instance_count"
@@ -1324,6 +1330,12 @@
"DBInstance.key"
],
[
+ "trove/instance/models.py",
+ "no-member",
+ "Instance of 'InstanceServiceStatus' has no 'updated_at' member",
+ "InstanceServiceStatus.is_uptodate"
+ ],
+ [
"trove/instance/service.py",
"E1101",
"Instance of 'BuiltInstance' has no 'get_default_configuration_template' member",