-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated README * fix category/type doc classification * improve code readability * updated packages and documentation * fix tests
- Loading branch information
1 parent
0691a68
commit e24df7e
Showing
18 changed files
with
3,465 additions
and
4,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="big-codacy-configuration.js"> | ||
<error source="id-length" line="1" message="Identifier name 's' is too short (< 3)." severity="info" /> | ||
<error source="id-length" line="1" message="Identifier name 's' is too short (< 3)." severity="warning" /> | ||
</file> | ||
</checkstyle> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="security-node.js"> | ||
<error source="security-node_non-literal-reg-expr" line="2" message="Found RegExp with non literal argument" severity="error" /> | ||
<error source="security-node_non-literal-reg-expr" line="2" message="Found RegExp with non literal argument" severity="warning" /> | ||
</file> | ||
</checkstyle> |
2 changes: 1 addition & 1 deletion
2
docs/multiple-tests/storybook_default-rules-only-for-story-files/results.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="empty.story.ts"> | ||
<error source="storybook_default-exports" line="1" message="The file should have a default export." severity="info" /> | ||
<error source="storybook_default-exports" line="1" message="The file should have a default export." severity="error" /> | ||
</file> | ||
</checkstyle> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="ts-import-without-config-file.ts"> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="4" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="4" message="Missing return type on function." severity="error" /> | ||
</file> | ||
</checkstyle> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="typescript-with-config-file.ts"> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="10" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="17" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="40" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="10" message="Missing return type on function." severity="error" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="17" message="Missing return type on function." severity="error" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="40" message="Missing return type on function." severity="error" /> | ||
</file> | ||
</checkstyle> |
6 changes: 3 additions & 3 deletions
6
docs/multiple-tests/typescript-without-config-file/results.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="typescript-without-config-file.ts"> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="10" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="17" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="40" message="Missing return type on function." severity="info" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="10" message="Missing return type on function." severity="error" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="17" message="Missing return type on function." severity="error" /> | ||
<error source="@typescript-eslint_explicit-function-return-type" line="40" message="Missing return type on function." severity="error" /> | ||
</file> | ||
</checkstyle> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<checkstyle version="4.3"> | ||
<file name="without-config-file.js"> | ||
<error source="accessor-pairs" line="5" message="Getter is not present for setter 'a'." severity="info" /> | ||
<error source="accessor-pairs" line="5" message="Getter is not present for setter 'a'." severity="warning" /> | ||
</file> | ||
</checkstyle> |
Oops, something went wrong.