| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This is a leftover from pretty ancient Node.js versions.
|
|
* remove unused variables
* move `require`s at the top
* check for prototype built-ins
* run in strict mode
* always check for error values in tests
* make style consistent
* mark Node.js 6 as the minimum supported version in package.json
* Use the arrow return syntax
* logger.js: use `Boolean` to make the intention clearer.
* Use the rest params instead of arguments.
* test/getOptions.js: beautify git data.
* Update logger.js
Remove `hasDebugEnvVariable` function; it's just a `process.env` check
* Create .jshintrc
|
|
* Add .idea to .gitignore
* Added alternative method for parsing current commit with test.
* Fixing test.
* Remove dependency on fs-extra.
|
|
Accept more valid git branch names
|
|
|
|
According to git-check-ref-format(1), branch naming excludes
a number of characters, but various non-word characters are
definitely allowed.
This modifies the `REGEX_BRANCH` detection to match branch names
containing some non-word characters, e.g. `features/foo` or `bar-baz`.
|
|
Changed usage of '/' as root dir. Stopped tests from wiping out
environment.
|
|
|
|
|
|
|