diff --git a/tools/dev/msftidy.rb b/tools/dev/msftidy.rb index 15cc049efa..9a0c19abe1 100755 --- a/tools/dev/msftidy.rb +++ b/tools/dev/msftidy.rb @@ -256,8 +256,7 @@ class Msftidy # This check also enforces namespace module name reversibility def check_snake_case_filename - # TODO: Can we add the __ check to the look{ahead,behind}? - if @name !~ /^(?!_)[a-z0-9_]+(?