Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra display list data #482

Closed
wants to merge 11 commits into from

Update tidy paths.

  • Loading branch information
pcwalton committed May 25, 2013
commit 444742a60ce7a6a5c4582a29703d5c319daf3fc6
@@ -35,12 +35,14 @@ def do_license_check(name, contents):
"src/support", # Upstream
"src/platform", # Upstream
"src/compiler", # Upstream
"src/components/servo/dom/bindings/codegen", # Generated and upstream code combined with our own. Could use cleanup
"src/components/main/dom/bindings/codegen", # Generated and upstream code combined with our own. Could use cleanup
]

def should_check(name):
if ".#" in name:
return False
if ".dSYM" in name:
return False
if not (name.endswith(".rs")
or name.endswith(".rc")
or name.endswith(".cpp")
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.