Skip to content

Commit

Permalink
fixed some linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 4, 2023
1 parent 8a383ec commit 832fa9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
.git
src/test/**/*.yml
2 changes: 1 addition & 1 deletion src/test/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rules:
# cumulus
- name: Runtime files cumulus
countAuthor: true
condition:
condition:
include:
- ^cumulus/parachains/runtimes/assets/(asset-hub-kusama|asset-hub-polkadot)/src/[^/]+\.rs$
- ^cumulus/parachains/runtimes/bridge-hubs/(bridge-hub-kusama|bridge-hub-polkadot)/src/[^/]+\.rs$
Expand Down
2 changes: 1 addition & 1 deletion src/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("Integration testing", () => {
});

// @ts-ignore because the official type and the library type do not match
client.rest.pulls.listReviews.mockResolvedValue({data});
client.rest.pulls.listReviews.mockResolvedValue({ data });
};

const summaryTestFile = "./summary-test.html";
Expand Down

0 comments on commit 832fa9b

Please sign in to comment.