diff options
author | 2021-08-25 20:11:32 +0000 | |
---|---|---|
committer | 2021-08-25 20:11:32 +0000 | |
commit | 43c4b47a9e0d64ffdaa77a743f0be388f49eb558 (patch) | |
tree | 3d514285b58fde49d639e38f465806cbc6351061 /pylintrc | |
parent | 88e87ea167ce79dc69a3c7b4c5e68e7fdb76a177 (diff) | |
parent | 956ee6a2e76a31f2187d8e11ac2fbbd2c77bdb03 (diff) |
Merge "Adds Kuberef Validator"
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ ignore-comments=yes ignore-docstrings=yes # Ignore imports when computing similarities. -ignore-imports=no +ignore-imports=yes [SPELLING] |