Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Merge branch 'v6.x.zos' into v6.x.zos.trial
Browse files Browse the repository at this point in the history
  • Loading branch information
jBarz committed Dec 14, 2017
2 parents eb34046 + c0b4009 commit 6d7387b
Show file tree
Hide file tree
Showing 1,044 changed files with 53,170 additions and 6,266 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ rules:
}, {
selector: "ThrowStatement > CallExpression[callee.name=/Error$/]",
message: "Use new keyword when throwing an Error."
}, {
selector: "CallExpression[callee.object.name='assert'][callee.property.name='fail'][arguments.length=1]",
message: "assert.fail() message should be third argument"
}]
no-tabs: error
no-trailing-spaces: error
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ icu_config.gypi
# Xcode workspaces and project folders
*.xcodeproj
*.xcworkspace

# libuv book and GitHub template
deps/uv/.github/
deps/uv/docs/code/
deps/uv/docs/src/guide/
94 changes: 86 additions & 8 deletions .mailmap

Large diffs are not rendered by default.

Loading

0 comments on commit 6d7387b

Please sign in to comment.