servo/components/script/dom/bindings
Corey Farwell 0ec2375cab Remove tidy blacklist for 'script/dom/bindings/*'
Recently, I found myself reading through the Python codegen scripts that
live in 'components/script/dom/bindings/*' and noticed that there were
many tidy violations: unnecessary semicolons, weird spacing, unused
variables, lack of license headers, etc. Considering these files are now
living in our tree and mostly maintained directly by contributors of
Servo (as opposed to being from upstream), I feel these files should not
be excluded from our normal tidy process. This commit removes the
blacklist on these files and fixes all tidy violations.

I added these subdirectories to the blacklist because they appear to be
maintained upstream somewhere else:

* "components/script/dom/bindings/codegen/parser/*",
* "components/script/dom/bindings/codegen/ply/*",

Also, I added a '# noqa' comment which tells us to ignore the
flake8 errors for that line. I chose to ignore this (instead of fixing
it) to make the work for this commit simpler for me.
2015-07-09 19:42:31 +09:00
..
codegen Remove tidy blacklist for 'script/dom/bindings/*' 2015-07-09 19:42:31 +09:00
callback.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
cell.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
conversions.rs Stop using Vec::from_raw_buf. 2015-06-26 21:20:13 +02:00
error.rs Implement window.crypto.getRandomValues() 2015-07-03 18:34:00 +02:00
global.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
js.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
mod.rs Generate code into OUT_DIR. 2015-06-17 16:18:22 -06:00
num.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
proxyhandler.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
refcounted.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
str.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
structuredclone.rs Upgrade to SM 39 2015-06-19 18:42:48 -04:00
trace.rs webgl: implement getError 2015-07-06 19:55:48 +02:00
utils.rs Auto merge of #6529 - dwins:master, r=Manishearth 2015-07-01 18:27:40 -06:00