-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix test bug #121
Closed
Closed
fix test bug #121
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
5b478a6
refactor(module): Improve code readability and documentation
tech-andgar 8d7d914
refactor(test): Update URLs in test assertions
tech-andgar 9d6efc3
test(metrics): Update expected values in cyclomatic complexity tests
tech-andgar 8872c7e
refactor(dependency): Downgrade analyzer version
tech-andgar ace58a8
feat(workflows): Add test run step to build workflow
tech-andgar 43f2f6c
docs: updated changelog
tech-andgar f3bbcde
chore: build updated version
tech-andgar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,19 +1,31 @@ | ||
# Changelog | ||
|
||
## 1.1.3 | ||
|
||
- Fix: bug tests | ||
|
||
## 1.1.2 | ||
|
||
- append new presset `analysis_options.1.0.0.yaml` | ||
|
||
## 1.1.1 | ||
|
||
- Rename common rules to dart rules | ||
|
||
## 1.1.0 | ||
|
||
- Added new presets | ||
- Removed Angular framework rules | ||
- Added example | ||
|
||
## 1.0.2 | ||
|
||
- Fix: report in IDE'S is adjusted | ||
|
||
## 1.0.1 | ||
|
||
- Automated publishing of packages to pub.dev | ||
|
||
## 1.0.0 | ||
- Fork: [Dart code metrics 5.7.3](https://github.com/dart-code-checker/dart-code-metrics) | ||
|
||
|
||
- Fork: [Dart code metrics 5.7.3](https://github.com/dart-code-checker/dart-code-metrics) |
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
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 +1 @@ | ||
const packageVersion = '1.1.2'; | ||
const packageVersion = '1.1.3'; |
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
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
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,12 +1,12 @@ | ||
name: dart_code_linter_plugin_loader | ||
description: This pubspec determines the version of the analyzer plugin to load. | ||
version: 1.1.2 | ||
version: 1.1.3 | ||
|
||
environment: | ||
sdk: ">=2.14.0 <3.0.0" | ||
|
||
dependencies: | ||
dart_code_linter: 1.1.2 | ||
dart_code_linter: 1.1.3 | ||
|
||
dev_dependencies: | ||
lints: ^1.0.1 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR #110 fixed that, please continue using analyzer: ^6.0.0
thanks for your help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your response. I attempted to upgrade to the latest version 6.0.0, but it doesn't work with this PR because of the incompatibility introduced by analyzer 6.0.0, which implemented 'final' and this affects the functionality. I tried to clone the analyzer project, but it's out of my reach. I hope you consider this regarding the PR. In my opinion, this PR will be closed due to being out of scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe you can complete issues in separated PR: feat: add job test on CI/CD pipeline maybe in one PR,
finally in other PR you can complete style: smell code.
Regards