-
-
Notifications
You must be signed in to change notification settings - Fork 65
[Housekeeping] Cleanup Dead Code / References #199
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
18 commits
Select commit
Hold shift + click to select a range
b7709bc
Remove Bashly CLI
connorgallopo 9f01ebc
Remove old docs
connorgallopo 074389d
Remove archived folder - rely on Git for historical view / files to k…
connorgallopo 3017d31
Remove HoughCircle playground to prepare for removal of lib
connorgallopo bc5fef3
Remove unused previous calibration scropts
connorgallopo cd3b997
Update docs links
connorgallopo 1006205
Cleanup references to nonexistent paths
connorgallopo f3013a6
remove lingering activemq files
connorgallopo 92fcf68
Update packaging dir, remove dead code + outdated doc
connorgallopo 3221f2d
Delete outdated md file
connorgallopo 12399dc
Fix docs links, remove docs deploy
connorgallopo de80a8b
Add formatter configs
connorgallopo a8c4d2b
Remove unused runscripts
connorgallopo 3159766
Format shell scripts
connorgallopo 55cf22f
Remove unused Camera and ImageAnalysis refactor scaffolding
connorgallopo a92c6e8
Remove dead CI workflows and trim prettierignore
connorgallopo d483b7f
restore pitrac-common-functions.sh from main
connorgallopo 7a00033
drop legacy golf_sim_config.json and old apt install scripts
connorgallopo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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,57 @@ | ||
| BasedOnStyle: Google | ||
| Language: Cpp | ||
| Standard: c++20 | ||
|
|
||
| # Indentation | ||
| IndentWidth: 4 | ||
| TabWidth: 4 | ||
| UseTab: Never | ||
| NamespaceIndentation: All | ||
| IndentCaseLabels: true | ||
| IndentPPDirectives: BeforeHash | ||
|
|
||
| # Line length | ||
| ColumnLimit: 100 | ||
|
|
||
| # Braces | ||
| BreakBeforeBraces: Attach | ||
| AllowShortBlocksOnASingleLine: Empty | ||
| AllowShortFunctionsOnASingleLine: Inline | ||
| AllowShortIfStatementsOnASingleLine: Never | ||
| AllowShortLoopsOnASingleLine: false | ||
| AllowShortCaseLabelsOnASingleLine: false | ||
|
|
||
| # Alignment | ||
| AlignAfterOpenBracket: Align | ||
| AlignConsecutiveAssignments: false | ||
| AlignConsecutiveDeclarations: false | ||
| AlignOperands: Align | ||
| AlignTrailingComments: true | ||
|
|
||
| # Includes | ||
| SortIncludes: CaseInsensitive | ||
| IncludeBlocks: Preserve | ||
|
|
||
| # Spacing | ||
| SpaceAfterCStyleCast: false | ||
| SpaceAfterTemplateKeyword: true | ||
| SpaceBeforeAssignmentOperators: true | ||
| SpaceBeforeParens: ControlStatements | ||
| SpacesInParentheses: false | ||
| SpacesInAngles: Never | ||
|
|
||
| # Penalties | ||
| PenaltyBreakComment: 300 | ||
| PenaltyBreakFirstLessLess: 120 | ||
| PenaltyBreakString: 1000 | ||
| PenaltyExcessCharacter: 1000000 | ||
|
|
||
| # Pointer/reference alignment | ||
| PointerAlignment: Left | ||
| ReferenceAlignment: Left | ||
|
|
||
| # Other | ||
| ReflowComments: true | ||
| BinPackArguments: true | ||
| BinPackParameters: true | ||
| AllowAllParametersOfDeclarationOnNextLine: true |
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,33 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
| charset = utf-8 | ||
|
|
||
| [*.{js,json,css,html}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.{cpp,h,hpp,c}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.py] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.{sh,bash}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.{yaml,yml}] | ||
| indent_style = space | ||
| indent_size = 2 | ||
|
|
||
| [Makefile] | ||
| indent_style = tab | ||
|
|
||
| [*.md] | ||
| trim_trailing_whitespace = false |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.