Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Making tidy.py check ports/glutin and ports/gonk
  • Loading branch information
psdh committed Mar 31, 2015
1 parent 65454e5 commit 2fdc1cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tidy.py
Expand Up @@ -13,7 +13,7 @@
import fnmatch
from licenseck import licenses

directories_to_check = ["ports/gonk", "components"]
directories_to_check = ["ports", "components"]
filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"]

ignored_files = [
Expand All @@ -27,6 +27,7 @@
"components/servo/target/*",
"ports/gonk/target/*",
"ports/gonk/src/native_window_glue.cpp",
"ports/cef/*",

# MIT license
"components/util/deque/mod.rs",
Expand Down

5 comments on commit 2fdc1cb

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jdm
at psdh@2fdc1cb

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging psdh/servo/tidy = 2fdc1cb into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

psdh/servo/tidy = 2fdc1cb merged ok, testing candidate = 9f3493b

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 9f3493b

Please sign in to comment.