This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-03-31 20:58:16 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5f23ade8c19b86c1d2d794cc594909b3f77e29e
codeql
/
python
/
ql
/
test
/
query-tests
/
Functions
/
overriding
History
Owen Mansel-Chan
5a97348e78
python: Inline expectation should have space after $
...
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
2026-03-04 12:45:05 +00:00
..
IncorrectlyOverriddenMethod.expected
…
IncorrectlyOverriddenMethod.qlref
…
IncorrectlySpecifiedOverriddenMethod.expected
…
IncorrectlySpecifiedOverriddenMethod.qlref
…
SignatureOverriddenMethod.expected
Increase precision in detecting call matches signature
2025-09-02 12:02:08 +01:00
SignatureOverriddenMethod.qlref
Update tests, update alert messages
2025-09-01 16:30:44 +01:00
test.py
python: Inline expectation should have space after $
2026-03-04 12:45:05 +00:00
WrongNameForArgumentInCall.expected
Updae other test output
2025-09-01 16:31:04 +01:00
WrongNameForArgumentInCall.qlref
…
WrongNumberArgumentsInCall.expected
…
WrongNumberArgumentsInCall.qlref
…