Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(119)

Unified Diff: dfvfs/file_io/lvm_file_io.py

Issue 331710043: [dfvfs] Added pylint and separate non-tox tests (Closed)
Patch Set: Added pylint and separate non-tox tests Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dfvfs/file_io/file_object_io.py ('k') | dfvfs/file_io/ntfs_file_io.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dfvfs/file_io/lvm_file_io.py
diff --git a/dfvfs/file_io/lvm_file_io.py b/dfvfs/file_io/lvm_file_io.py
index bb9e884f90c15f84d6fc08b4f0a9d5ff77d4507e..1343da21a47571141062c5139e66cc0b28e22481 100644
--- a/dfvfs/file_io/lvm_file_io.py
+++ b/dfvfs/file_io/lvm_file_io.py
@@ -67,6 +67,7 @@ class LVMFile(file_io.FileIO):
# Note: that the following functions do not follow the style guide
# because they are part of the file-like object interface.
+ # pylint: disable=invalid-name
def read(self, size=None):
"""Reads a byte string from the file-like object at the current offset.
« no previous file with comments | « dfvfs/file_io/file_object_io.py ('k') | dfvfs/file_io/ntfs_file_io.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b