You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Trott
216486c2b6
tools: lint for function argument alignment
In function calls that span multiple lines, apply a custom lint rule to
enforce argument alignment.
With this rule, the following code will be flagged as an error by the
linter because the arguments on the second line start in a different
column than on the first line:
myFunction(a, b,
c, d);
The following code will not be flagged as an error by the linter:
myFunction(a, b,
c, d);
PR-URL: https://github.com/nodejs/node/pull/7100
Refs: https://github.com/nodejs/node/pull/6390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Imran Iqbal <imran@imraniqbal.org>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
9 years ago
..
configure.d
build: i18n: add icu config options
10 years ago
doc
test,tools: adjust function argument alignment
9 years ago
eslint
tools: update ESLint to 2.9.0
9 years ago
eslint-rules
tools: lint for function argument alignment
9 years ago
gyp
tools: fix gyp to work on MacOSX without XCode
9 years ago
icu
build: fix --with-intl=system-icu for x-compile
9 years ago
msvs
tools: fix setting path containing an ampersand
9 years ago
osx-pkg.pmdoc
build: fix .pkg creation tooling
9 years ago
pkgsrc
build: add pkgsrc rule
12 years ago
rpm
tools: add --prof-process flag to node binary
9 years ago
Makefile
timers: backport f8193ab
11 years ago
certdata.txt
tools: update certdata.txt
10 years ago
check-imports.sh
tools: add license boilerplate to check-imports.sh
9 years ago
cpplint.py
tools: reduce verbosity of cpplint
9 years ago
create_android_makefiles
build: add script to create Android .mk files
9 years ago
create_expfile.sh
build: Updates for AIX npm support - part 1
9 years ago
genv8constants.py
Revert "sunos: unbreak build after v8 downgrade"
12 years ago
getnodeversion.py
Remove str.format to support python2.5.
13 years ago
gyp_node.py
build: don't compile with -B, redux
9 years ago
install.py
tools: remove simplejson dependency
9 years ago
js2c.py
tools: remove the minifying logic
9 years ago
license-builder.sh
tools: fix license-builder.sh again for ICU
9 years ago
license2rtf.js
license2rtf: collapse whitespace
13 years ago
lsan_suppressions.txt
build: add --enable-asan with builtin leakcheck
9 years ago
mk-ca-bundle.pl
tools: customize mk-ca-bundle.pl
10 years ago
osx-codesign.sh
build: update build targets for io.js
10 years ago
osx-pkg-postinstall.sh
Include NPM, update .pkg to install it.
13 years ago
osx-productsign.sh
build: update build targets for io.js
10 years ago
release.sh
tools: add support for subkeys in release tools
9 years ago
run-valgrind.py
Use v8's test runner
16 years ago
specialize_node_d.py
gyp: specialize node.d for freebsd
11 years ago
test-npm.sh
tools: remove obsolete npm test-legacy command
9 years ago
test.py
tools: add tests for the doctool
9 years ago
update-authors.sh
doc: make tools/update-authors.sh cross-platform
10 years ago
utils.py
build: Updates to enable AIX support
9 years ago