-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
C#: Fix whitespaces #4
Merged
Merged
Conversation
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
calumgrant
pushed a commit
to calumgrant/ql
that referenced
this pull request
Aug 3, 2018
JavaScript: Pull in changes up to 518a9af78f60b3
calumgrant
approved these changes
Aug 3, 2018
calumgrant
approved these changes
Aug 3, 2018
yoff
pushed a commit
that referenced
this pull request
Sep 4, 2020
…w-tests Python: Annotate test file
aibaars
added a commit
that referenced
this pull request
Oct 14, 2021
Add library package for shared code
smowton
referenced
this pull request
in smowton/codeql
Oct 28, 2021
Kotlin: Put diagnostics in a TRAP file
hohn
referenced
this pull request
in hohn/codeql
Dec 13, 2021
Complete sql injection sample with working C code and slide presentation
erik-krogh
referenced
this pull request
in erik-krogh/ql
Dec 15, 2021
fix snake_casing of generated ql identifiers
erik-krogh
referenced
this pull request
in erik-krogh/ql
Dec 15, 2021
fix snake_casing of generated ql identifiers
tiferet
added a commit
that referenced
this pull request
Sep 19, 2022
New features: Shipping model. 9 new features, remove the old ones that have been replaced by new ones. The codeql PR has been rebased on top of main. #4 (with a fixed package version) https://ml.azure.com/runs/classification_1663349964_06299f9c?wsid=/subscriptions/91095667-e119-4555-acea-1826488492f0/resourcegroups/ATM-CodeML/workspaces/ATM-Workspace&tid=398a6654-997b-47e9-b12b-9515b896b4de
jhelie
pushed a commit
that referenced
this pull request
Nov 22, 2022
New features: Shipping model. 9 new features, remove the old ones that have been replaced by new ones. The codeql PR has been rebased on top of main. #4 (with a fixed package version) https://ml.azure.com/runs/classification_1663349964_06299f9c?wsid=/subscriptions/91095667-e119-4555-acea-1826488492f0/resourcegroups/ATM-CodeML/workspaces/ATM-Workspace&tid=398a6654-997b-47e9-b12b-9515b896b4de
geoffw0
added a commit
that referenced
this pull request
May 10, 2023
Swift: Add Swift to supported-frameworks.rst, supported-versions-compilers.rst and extractors.rst
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.
Added a script for auto-formatting whitespaces, and applied that script.