Codebase list eslint / 88a7e9c
unfuzz patches Jonas Smedegaard 2 years ago
5 changed file(s) with 11 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
1414 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
1515 --- a/.eslintignore
1616 +++ b/.eslintignore
17 @@ -7,6 +7,5 @@
18 /tests/fixtures/**
17 @@ -8,6 +8,5 @@
1918 /tests/performance/**
2019 /tmp/**
20 /tools/internal-rules/node_modules/**
2121 -/lib/rules/utils/unicode/is-combining-character.js
2222 test.js
2323 !.eslintrc.js
2424 --- a/README.md
2525 +++ b/README.md
26 @@ -39,7 +39,7 @@
26 @@ -40,7 +40,7 @@
2727
2828 ## <a name="installation-and-usage"></a>Installation and Usage
2929
1313 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
1414 --- a/docs/developer-guide/nodejs-api.md
1515 +++ b/docs/developer-guide/nodejs-api.md
16 @@ -668,14 +668,12 @@
16 @@ -669,14 +669,12 @@
1717 Retrieves a formatter, which you can then use to format a report object. The argument is either the name of a built-in formatter:
1818
1919 * "[checkstyle](../user-guide/formatters#checkstyle)"
394394
395395 --- a/tests/lib/cli-engine/cli-engine.js
396396 +++ b/tests/lib/cli-engine/cli-engine.js
397 @@ -3654,7 +3654,7 @@
397 @@ -3783,7 +3783,7 @@
398398 assert.isFunction(formatter);
399399 });
400400
403403 const engine = new CLIEngine(),
404404 formatterPath = getFixturePath("formatters", "doesntexist.js"),
405405 fullFormatterPath = path.resolve(formatterPath);
406 @@ -3673,6 +3673,18 @@
406 @@ -3802,6 +3802,18 @@
407407 }, `There was a problem loading formatter: ${fullFormatterPath}\nError: Cannot find module '${fullFormatterPath}'`);
408408 });
409409
1111 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
1212 --- a/README.md
1313 +++ b/README.md
14 @@ -39,7 +39,7 @@
14 @@ -40,7 +40,7 @@
1515
1616 ## <a name="installation-and-usage"></a>Installation and Usage
1717
1818
1919 //------------------------------------------------------------------------------
2020 // Helpers
21 @@ -33,6 +32,97 @@
21 @@ -39,6 +38,97 @@
2222 }
2323
2424 /**
55 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
66 --- a/README.md
77 +++ b/README.md
8 @@ -1,10 +1,3 @@
8 @@ -1,11 +1,3 @@
99 -[![NPM version][npm-image]][npm-url]
1010 -[![Build Status](https://dev.azure.com/eslint/eslint/_apis/build/status/eslint.eslint?branchName=master)](https://dev.azure.com/eslint/eslint/_build/latest?definitionId=1&branchName=master)
11 -[![Build Status](https://github.com/eslint/eslint/workflows/CI/badge.svg)](https://github.com/eslint/eslint/actions)
1112 -[![Downloads][downloads-image]][downloads-url]
1213 -[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=282608)](https://www.bountysource.com/trackers/282608-eslint?utm_source=282608&utm_medium=shield&utm_campaign=TRACKER_BADGE)
1314 -[![Join the chat at https://gitter.im/eslint/eslint](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eslint/eslint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1617 # ESLint
1718
1819 [Website](https://eslint.org) |
19 @@ -167,8 +160,6 @@
20 @@ -166,8 +158,6 @@
2021
2122 ## <a name="license"></a>License
2223