Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
sanitize_source_files.py File Reference

Go to the source code of this file.

Namespaces

namespace  tools
 
namespace  tools.sanitize_source_files
 

Functions

 tools.sanitize_source_files.SanitizeFilesWithModifiers (directory, file_modifiers, line_modifiers)
 
 tools.sanitize_source_files.TrailingWhitespaceRemover (line, file_path, line_number)
 Line Modification methods ##############.
 
 tools.sanitize_source_files.CrlfReplacer (line, file_path, line_number)
 
 tools.sanitize_source_files.TabReplacer (line, file_path, line_number)
 
 tools.sanitize_source_files.CopywriteChecker (file_content, unused_file_path)
 File Modification methods ##############.
 
 tools.sanitize_source_files.EOFOneAndOnlyOneNewlineAdder (file_content, file_path)
 
 tools.sanitize_source_files.SvnEOLChecker (file_content, file_path)
 

Variables

list tools.sanitize_source_files._FILE_EXTENSIONS_TO_SANITIZE = ['cpp', 'h', 'c']
 
list tools.sanitize_source_files._SUBDIRS_TO_IGNORE = ['.git', '.svn', 'third_party']