feat: added result summary implementation to parsers and analysers.#235
Merged
Conversation
… pycodestyle workflow configuration.
…m/EC-DIGIT-CSIRC/sysdiagnose into issue-169-cached-result-summaries rebase
…l transition to a more stricter configuration.
… summary now contains the number of files parsed, since they are split into separate files.
Co-authored-by: Copilot <copilot@github.com>
Collaborator
Author
|
Eventually this PR brings a little bit more than just the summary, but also:
See more detailed explanation below. |
…ara-python specifically depends on yara C library which makes it an external dependency.
…arning and return an empty result.
…for parser means, warning+empty results. No source files, for tests means SKIP. With that we can see which ones are skipped!
…arning behaviour.
- Add commit-message-helper.kiro.hook to generate conventional commit messages - Add development-rules.md steering file for general development guidelines - Add parser-analyser-guidelines.md steering file for parser/analyser development - Enable all fixable rules in ruff configuration for automated code fixes - Improves code quality, consistency, and developer workflow automation
…m/EC-DIGIT-CSIRC/sysdiagnose into issue-169-cached-result-summaries
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #169