forked from osbuild/image-builder-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
test sorcery #19
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
Closed
test sorcery #19
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,189 @@ | ||
| language: en-US | ||
| tone_instructions: '' | ||
| early_access: false | ||
| enable_free_tier: true | ||
| reviews: | ||
| profile: assertive | ||
| request_changes_workflow: false | ||
| high_level_summary: false | ||
| high_level_summary_placeholder: '@coderabbitai summary' | ||
| high_level_summary_in_walkthrough: false | ||
| auto_title_placeholder: '@coderabbitai' | ||
| auto_title_instructions: '' | ||
| review_status: false | ||
| commit_status: false | ||
| fail_commit_status: false | ||
| collapse_walkthrough: true | ||
| changed_files_summary: false | ||
| sequence_diagrams: false | ||
| estimate_code_review_effort: false | ||
| assess_linked_issues: false | ||
| related_issues: false | ||
| related_prs: false | ||
| suggested_labels: false | ||
| labeling_instructions: [] | ||
| auto_apply_labels: false | ||
| suggested_reviewers: false | ||
| auto_assign_reviewers: false | ||
| in_progress_fortune: false | ||
| poem: false | ||
| path_filters: [] | ||
| path_instructions: [] | ||
| abort_on_close: true | ||
| disable_cache: false | ||
| auto_review: | ||
| enabled: true | ||
| auto_incremental_review: true | ||
| ignore_title_keywords: [] | ||
| labels: [] | ||
| drafts: false | ||
| base_branches: [] | ||
| ignore_usernames: | ||
| - red-hat-konflux | ||
| - dependabot | ||
| - schutzbot | ||
| finishing_touches: | ||
| docstrings: | ||
| enabled: false | ||
| unit_tests: | ||
| enabled: false | ||
| pre_merge_checks: | ||
| docstrings: | ||
| mode: 'off' | ||
| threshold: 80 | ||
| title: | ||
| mode: 'off' | ||
| requirements: '' | ||
| description: | ||
| mode: 'off' | ||
| issue_assessment: | ||
| mode: 'off' | ||
| custom_checks: [] | ||
| tools: | ||
| ast-grep: | ||
| rule_dirs: [] | ||
| util_dirs: [] | ||
| essential_rules: true | ||
| packages: [] | ||
| shellcheck: | ||
| enabled: true | ||
| ruff: | ||
| enabled: true | ||
| markdownlint: | ||
| enabled: true | ||
| github-checks: | ||
| enabled: true | ||
| timeout_ms: 90000 | ||
| languagetool: | ||
| enabled: true | ||
| enabled_rules: [] | ||
| disabled_rules: [] | ||
| enabled_categories: [] | ||
| disabled_categories: [] | ||
| enabled_only: false | ||
| level: default | ||
| biome: | ||
| enabled: true | ||
| hadolint: | ||
| enabled: true | ||
| swiftlint: | ||
| enabled: true | ||
| phpstan: | ||
| enabled: true | ||
| level: default | ||
| phpmd: | ||
| enabled: true | ||
| phpcs: | ||
| enabled: true | ||
| golangci-lint: | ||
| enabled: true | ||
| yamllint: | ||
| enabled: true | ||
| gitleaks: | ||
| enabled: true | ||
| checkov: | ||
| enabled: true | ||
| detekt: | ||
| enabled: true | ||
| eslint: | ||
| enabled: true | ||
| flake8: | ||
| enabled: true | ||
| rubocop: | ||
| enabled: true | ||
| buf: | ||
| enabled: true | ||
| regal: | ||
| enabled: true | ||
| actionlint: | ||
| enabled: true | ||
| pmd: | ||
| enabled: true | ||
| clang: | ||
| enabled: true | ||
| cppcheck: | ||
| enabled: true | ||
| semgrep: | ||
| enabled: true | ||
| circleci: | ||
| enabled: true | ||
| clippy: | ||
| enabled: true | ||
| sqlfluff: | ||
| enabled: true | ||
| prismaLint: | ||
| enabled: true | ||
| pylint: | ||
| enabled: true | ||
| oxc: | ||
| enabled: true | ||
| shopifyThemeCheck: | ||
| enabled: true | ||
| luacheck: | ||
| enabled: true | ||
| brakeman: | ||
| enabled: true | ||
| dotenvLint: | ||
| enabled: true | ||
| htmlhint: | ||
| enabled: true | ||
| checkmake: | ||
| enabled: true | ||
| osvScanner: | ||
| enabled: true | ||
| chat: | ||
| art: false | ||
| auto_reply: false | ||
| integrations: | ||
| jira: | ||
| usage: disabled | ||
| linear: | ||
| usage: disabled | ||
| knowledge_base: | ||
| opt_out: false | ||
| web_search: | ||
| enabled: false | ||
| code_guidelines: | ||
| enabled: true | ||
| filePatterns: [] | ||
| learnings: | ||
| scope: auto | ||
| issues: | ||
| scope: local | ||
| jira: | ||
| usage: disabled | ||
| project_keys: [] | ||
| linear: | ||
| usage: disabled | ||
| team_keys: [] | ||
| pull_requests: | ||
| scope: auto | ||
| mcp: | ||
| usage: disabled | ||
| disabled_servers: [] | ||
| code_generation: | ||
| docstrings: | ||
| language: en-US | ||
| path_instructions: [] | ||
| unit_tests: | ||
| path_instructions: [] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # simple_utils.py - A tiny utility library | ||
|
|
||
| def reverse_string(text): | ||
| """Reverses the characters in a string.""" | ||
| return text[::-1] | ||
|
|
||
| def count_words(sentence): | ||
| return len(sentene.split()) | ||
|
|
||
| def celsius_to_fahrenheit(celsius): | ||
| # Celsdius | ||
|
Comment on lines
+10
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nitpick (typo): Typo in comment: 'Celsdius' should be 'Celsius'. Please update the spelling to maintain clarity. |
||
| return (celsius * 9/5) + 32 | ||
Oops, something went wrong.
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.
issue (typo): Typo in variable name 'sentene' should be 'sentence'.
This typo will result in a NameError when the function is called.