diff --git a/.project b/.project deleted file mode 100644 index b4816234ede..00000000000 --- a/.project +++ /dev/null @@ -1,37 +0,0 @@ - - - tslint - - - - - - com.palantir.typescript.typeScriptBuilder - - - - - - com.palantir.typescript.typeScriptNature - - - - 1414432614134 - - 22 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-tslint.d.ts - - - - 1414431975439 - test - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-true-false-files - - - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 4303c136ff3..c9f49572aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,42 @@ Change Log === + + v4.5.1-dev.0 --- diff --git a/circle.yml b/circle.yml index 4a2f85346de..6f0627e6a30 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ dependencies: - yarn test: override: - - case $CIRCLE_NODE_INDEX in [0-2]) yarn verify ;; 3) npm run clean && yarn compile && yarn add typescript@2.0.10 && yarn test ;; esac: + - case $CIRCLE_NODE_INDEX in [0-1]) yarn verify ;; 2) npm run clean && yarn compile && yarn add typescript@2.0.10 && yarn test ;; 3) npm run clean && yarn compile && yarn add typescript@next && yarn test ;; esac: parallel: true deployment: npm-latest: diff --git a/docs/_data/formatters.json b/docs/_data/formatters.json index 1617406a14b..dec1dacbcce 100644 --- a/docs/_data/formatters.json +++ b/docs/_data/formatters.json @@ -36,13 +36,13 @@ "formatterName": "pmd", "description": "Formats errors as through they were PMD output.", "descriptionDetails": "Imitates the XML output from PMD. All errors have a priority of 1.", - "sample": "\n\n \n \n \n", + "sample": "\n\n \n \n \n", "consumer": "machine" }, { "formatterName": "prose", "description": "The default formatter which outputs simple human-readable messages.", - "sample": "myFile.ts[1, 14]: Missing semicolon", + "sample": "ERROR: myFile.ts[1, 14]: Missing semicolon", "consumer": "human" }, { @@ -56,7 +56,7 @@ "formatterName": "verbose", "description": "The human-readable formatter which includes the rule name in messages.", "descriptionDetails": "The output is the same as the prose formatter with the rule name included", - "sample": "(semicolon) myFile.ts[1, 14]: Missing semicolon", + "sample": "ERROR: (semicolon) myFile.ts[1, 14]: Missing semicolon", "consumer": "human" }, { diff --git a/docs/_includes/rule_list.html b/docs/_includes/rule_list.html index dd990de3029..dd4ee71c380 100644 --- a/docs/_includes/rule_list.html +++ b/docs/_includes/rule_list.html @@ -1,6 +1,21 @@ -