-
Notifications
You must be signed in to change notification settings - Fork 25
Feature/fix appveyor #77
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d9b8698
ci: Fix appveyor
acgetchell 404c2a8
ci: Fix pkgx windows error
acgetchell cb235de
ci: pkgx fixes [skip ci]
acgetchell 80aa298
ci: Updates [skip ci]
acgetchell 221383b
ci: Allow clang-format to run by request [skip ci]
acgetchell f084b58
fix: strip out qt temporarily
acgetchell 26a6058
fix: CoderabbitAI suggestions
acgetchell 8daf99c
fix: Coderabbit suggestions part 2
acgetchell 0add19b
fix: More Coderabbit tuning
acgetchell ccb47e7
fix: AppleClang
acgetchell 6be0d8a
Update src/bistellar-flip.cpp
acgetchell d1c5ff9
ci: disable macos
acgetchell 41fedd6
ci: Fix workflows mostly
acgetchell 23cfa34
ci: CodeRabbit suggestions
acgetchell f3a8564
ci: Fix comment [ci skip]
acgetchell 98d26d5
ci: revert Coderabbit suggestion [ci skip]
acgetchell 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
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,77 @@ | ||
language: en-US | ||
tone_instructions: 'Be constructive and professional. Focus on technical accuracy while maintaining a friendly tone.' | ||
early_access: true | ||
enable_free_tier: true | ||
reviews: | ||
profile: assertive | ||
request_changes_workflow: false | ||
high_level_summary: true | ||
high_level_summary_placeholder: '@coderabbitai summary' | ||
auto_title_placeholder: '@coderabbitai' | ||
review_status: true | ||
commit_status: true | ||
poem: true | ||
collapse_walkthrough: false | ||
sequence_diagrams: true | ||
changed_files_summary: true | ||
labeling_instructions: [] | ||
path_filters: [] | ||
path_instructions: | ||
- path: 'src/**/*.cpp' | ||
instructions: 'Focus on performance, memory management, and RAII principles' | ||
- path: 'include/**/*.hpp' | ||
instructions: 'Focus on design patterns, interfaces, and encapsulation' | ||
- path: 'test/**/*.cpp' | ||
instructions: | | ||
Review the following unit test code written using doctest. Ensure the following: | ||
- Comprehensive test coverage and proper test organization. | ||
- The code adheres to best practices using doctest. | ||
- Descriptive test names are used to clearly convey the intent of each test. | ||
abort_on_close: true | ||
auto_review: | ||
enabled: true | ||
auto_incremental_review: true | ||
ignore_title_keywords: [] | ||
labels: [] | ||
drafts: true | ||
base_branches: [] | ||
tools: | ||
shellcheck: | ||
enabled: true | ||
markdownlint: | ||
enabled: true | ||
github-checks: | ||
enabled: true | ||
timeout_ms: 90000 | ||
gitleaks: | ||
enabled: true | ||
cppcheck: | ||
enabled: true | ||
languagetool: | ||
enabled: true | ||
enabled_only: false | ||
level: default | ||
hadolint: | ||
enabled: true | ||
yamllint: | ||
enabled: true | ||
actionlint: | ||
enabled: true | ||
pmd: | ||
enabled: true | ||
semgrep: | ||
enabled: true | ||
acgetchell marked this conversation as resolved.
Show resolved
Hide resolved
|
||
chat: | ||
auto_reply: true | ||
knowledge_base: | ||
opt_out: false | ||
learnings: | ||
scope: auto | ||
issues: | ||
scope: auto | ||
jira: | ||
project_keys: [] | ||
linear: | ||
team_keys: [] | ||
pull_requests: | ||
scope: auto | ||
acgetchell marked this conversation as resolved.
Show resolved
Hide resolved
|
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
pull_request: | ||
branches: | ||
- develop | ||
workflow_dispatch: | ||
|
||
jobs: | ||
formatting-check: | ||
|
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.