Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b54593b

Browse filesBrowse files
authored
hermione 8 support (fixes #863, fixes #862, fixes #861, fixes #853, via #886)
1 parent 27e2e0f commit b54593b
Copy full SHA for b54593b

File tree

Expand file treeCollapse file tree

128 files changed

+2357
-2254
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

128 files changed

+2357
-2254
lines changed

‎.eslintrc.js

Copy file name to clipboardExpand all lines: .eslintrc.js
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
parserOptions: {
1919
project: "tsconfig.json",
2020
sourceType: "module",
21-
warnOnUnsupportedTypeScriptVersion: false
21+
warnOnUnsupportedTypeScriptVersion: false,
2222
},
2323
plugins: [
2424
"eslint-plugin-no-null",
@@ -44,8 +44,7 @@ module.exports = {
4444
message: "Avoid using the `Object` type. Did you mean `object`?",
4545
},
4646
Function: {
47-
message:
48-
"Avoid using the `Function` type. Prefer a specific function type, like `() => void`.",
47+
message: "Avoid using the `Function` type. Prefer a specific function type, like `() => void`.",
4948
},
5049
Boolean: {
5150
message: "Avoid using the `Boolean` type. Did you mean `boolean`?",
@@ -142,6 +141,12 @@ module.exports = {
142141
},
143142
],
144143
"@typescript-eslint/semi": ["error"],
144+
"@typescript-eslint/no-shadow": [
145+
"error",
146+
{
147+
hoist: "all",
148+
},
149+
],
145150
"@typescript-eslint/triple-slash-reference": [
146151
"error",
147152
{
@@ -209,16 +214,11 @@ module.exports = {
209214
"no-new-wrappers": "error",
210215
"no-null/no-null": "off",
211216
"no-restricted-imports": ["error", "rxjs"],
212-
"no-shadow": [
213-
"error",
214-
{
215-
hoist: "all",
216-
},
217-
],
217+
"no-shadow": "off",
218218
"no-throw-literal": "error",
219219
"no-trailing-spaces": "error",
220220
"no-undef-init": "error",
221-
"no-underscore-dangle": ["error", { "allow": ["_currentRetry", "_retriedTest", "_retries"] }],
221+
"no-underscore-dangle": ["error", { allow: ["_currentRetry", "_retriedTest", "_retries"] }],
222222
"no-unsafe-finally": "error",
223223
"no-unused-labels": "error",
224224
"no-var": "error",

‎.github/labeler.yml

Copy file name to clipboardExpand all lines: .github/labeler.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- "packages/allure-decorators/**"
2222

2323
"theme:hermione":
24-
- "packages/allure-hermione/**"
24+
- "packages/hermione-allure/**"
2525

2626
"theme:jasmine":
2727
- "packages/allure-jasmine/**"

‎.pnp.cjs

Copy file name to clipboardExpand all lines: .pnp.cjs
+389-507Lines changed: 389 additions & 507 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions

‎packages/allure-hermione/README.md

Copy file name to clipboardExpand all lines: packages/allure-hermione/README.md
-192Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.