HomeSort by relevance Sort by last modified time
    Searched refs:modified_lines (Results 1 - 2 of 2) sorted by null

  /prebuilts/checkstyle/
checkstyle.py 205 modified_lines = None
207 modified_lines = git.modified_lines(file_name,
219 if _ShouldSkip(commit_modified_files, modified_lines, line, rule,
241 def _ShouldSkip(commit_check, modified_lines, line, rule, test_class=False,
247 modified_lines: A list of lines that has been modified.
256 # None modified_lines means checked file is new and nothing should be skipped.
263 if modified_lines is None:
265 return line not in modified_lines and rule not in FORCED_RULES
  /prebuilts/checkstyle/gitlint/
git.py 106 def modified_lines(filename, extra_data, commit=None): function

Completed in 63 milliseconds