-
Notifications
You must be signed in to change notification settings - Fork 61
Comparing changes
Open a pull request
base repository: lo1tuma/eslint-plugin-mocha
base: 96b14bb425ca3cbcea62e460bd253553bda4d40c
head repository: lo1tuma/eslint-plugin-mocha
compare: b2d8c9e0933f4200c6030bbacb5896951a0cd85d
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c19bc1 - Browse repository at this point
Copy the full SHA 6c19bc1View commit details -
Merge pull request #222 from lo1tuma/coveralls
✉️ Send a webhook to Coveralls when the build completes
Configuration menu - View commit details
-
Copy full SHA for e40722d - Browse repository at this point
Copy the full SHA e40722dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7923c98 - Browse repository at this point
Copy the full SHA 7923c98View commit details -
♻️ Replace Travis build badge with GitHub Actions badge (#223)
♻️ Replace Travis build badge with GitHub Actions badge
Configuration menu - View commit details
-
Copy full SHA for 78d355c - Browse repository at this point
Copy the full SHA 78d355cView commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1954cf3 - Browse repository at this point
Copy the full SHA 1954cf3View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0efea30 - Browse repository at this point
Copy the full SHA 0efea30View commit details
Commits on Feb 17, 2020
-
Fix alphabetization within config rule list and alphabetize rule list (for easier comparison to ensure no rules are missing in either list). Also adds `'mocha/no-return-from-async': 'off',` to `recommended` config for consistency (since all other rules are included in the list).
Configuration menu - View commit details
-
Copy full SHA for aa6cb09 - Browse repository at this point
Copy the full SHA aa6cb09View commit details -
- Add
fixable
property to fixable rules (and mention in docs)Per docs at https://eslint.org/docs/developer-guide/working-with-rules : "Without the fixable property, ESLint does not apply fixes even if the rule implements fix functions. Omit the fixable property if the rule is not fixable."
Configuration menu - View commit details
-
Copy full SHA for f766402 - Browse repository at this point
Copy the full SHA f766402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ee0d1 - Browse repository at this point
Copy the full SHA 29ee0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 920a215 - Browse repository at this point
Copy the full SHA 920a215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7007b33 - Browse repository at this point
Copy the full SHA 7007b33View commit details -
- Add "Options" heading in each doc file where options are available …
…(and ensure consistent level 2 heading)
Configuration menu - View commit details
-
Copy full SHA for 7254907 - Browse repository at this point
Copy the full SHA 7254907View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdad369 - Browse repository at this point
Copy the full SHA bdad369View commit details -
Merge pull request #226 from cruzdanilo/master
add plugin to recommended config
Configuration menu - View commit details
-
Copy full SHA for f8141df - Browse repository at this point
Copy the full SHA f8141dfView commit details -
Merge pull request #228 from brettz9/fixable
Add `fixable` property to fixable rules (and mention in docs)
Configuration menu - View commit details
-
Copy full SHA for a147956 - Browse repository at this point
Copy the full SHA a147956View commit details -
Merge pull request #230 from brettz9/package-lock
- npm: Add package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 07948bd - Browse repository at this point
Copy the full SHA 07948bdView commit details -
Merge pull request #231 from brettz9/doc-highlighting
Doc syntax issue
Configuration menu - View commit details
-
Copy full SHA for 57add13 - Browse repository at this point
Copy the full SHA 57add13View commit details -
Merge pull request #232 from brettz9/regexp-u-flags
Add `u` flag in RegExp for `valid-test-description` and `valid-suite-description`
Configuration menu - View commit details
-
Copy full SHA for 347d544 - Browse repository at this point
Copy the full SHA 347d544View commit details -
Merge pull request #233 from brettz9/options-in-docs
"Options" heading in doc files (and consistent level 2 heading)
Configuration menu - View commit details
-
Copy full SHA for 6ac703b - Browse repository at this point
Copy the full SHA 6ac703bView commit details -
- Indicate whether rule is recommended (also put into table along wit…
…h info on whether "fixable")
Configuration menu - View commit details
-
Copy full SHA for 04cdbaa - Browse repository at this point
Copy the full SHA 04cdbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a3c07 - Browse repository at this point
Copy the full SHA 68a3c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb3843 - Browse repository at this point
Copy the full SHA fdb3843View commit details
Commits on Feb 18, 2020
-
Merge pull request #229 from brettz9/recommended-rules
Indicate whether rule is recommended
Configuration menu - View commit details
-
Copy full SHA for c1f8049 - Browse repository at this point
Copy the full SHA c1f8049View commit details -
Merge pull request #234 from brettz9/schemas-for-options
Add schemas for options (and remove for files which are using settings)
Configuration menu - View commit details
-
Copy full SHA for 8cf8640 - Browse repository at this point
Copy the full SHA 8cf8640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 471e354 - Browse repository at this point
Copy the full SHA 471e354View commit details -
Merge pull request #235 from brettz9/nondeprecated-rule-format
Nondeprecated rule format
Configuration menu - View commit details
-
Copy full SHA for 36c9e67 - Browse repository at this point
Copy the full SHA 36c9e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8778d96 - Browse repository at this point
Copy the full SHA 8778d96View commit details -
Merge pull request #236 from lo1tuma/no-hooks-option
no-hooks: add option to allow certain kind of hooks
Configuration menu - View commit details
-
Copy full SHA for 7eea93d - Browse repository at this point
Copy the full SHA 7eea93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6255546 - Browse repository at this point
Copy the full SHA 6255546View commit details -
Merge pull request #237 from lo1tuma/template-strings
Check static template strings in valid-test-description and valid-suite-description
Configuration menu - View commit details
-
Copy full SHA for 1c3a545 - Browse repository at this point
Copy the full SHA 1c3a545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f716d - Browse repository at this point
Copy the full SHA 46f716dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2633908 - Browse repository at this point
Copy the full SHA 2633908View commit details
Commits on Feb 19, 2020
-
Merge pull request #239 from lo1tuma/fix-top-level
Fix max-top-level-suites to ignore generated suites
Configuration menu - View commit details
-
Copy full SHA for a18680d - Browse repository at this point
Copy the full SHA a18680dView commit details -
Merge pull request #238 from lo1tuma/fix-nested
no-hooks-for-single-case: fix false postive in nested suites
Configuration menu - View commit details
-
Copy full SHA for c470a3d - Browse repository at this point
Copy the full SHA c470a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b91a2f8 - Browse repository at this point
Copy the full SHA b91a2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d8c9e - Browse repository at this point
Copy the full SHA b2d8c9eView commit details
There are no files selected for viewing