hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
154 stars 17 forks source link

NO_CODESTYLE=1 ./do to skip code checks #82

Closed tigusoft closed 8 years ago

tigusoft commented 8 years ago

This is just for quick hacking around.

Remember to test the code normally before commiting your code :)

ansuz commented 8 years ago

looks like it should work exactly as expected, but the inconsistency in indentation might not get upstreamed. Would you mind fixing that?

ghost commented 8 years ago

This should be done in make.js, we shouldn't let env variables leak into the other files. Just wrap the builder.lintFiles call in that NO_CODESTYLE condition.

tigusoft commented 8 years ago

This is replaced by https://github.com/hyperboria/cjdns/pull/90