#
codeql
Here are 8 public repositories matching this topic...
good first issue
Good for newcomers
aeisenberg
commented
Feb 8, 2022
For github repositories that save a copy of their databases, the extension should have a command that downloads and installs the database, similar to how we do it for LGTM databases.
There is already an API endpoint available:
gh api /repos/{owner}/{repo}/code-scanning/codeql/databases/<lang>
Is there a way to determine which database languages are available for any given repo b
Forestry Client Services greenfield pipeline template. Intended as a starter for new and transitioning projects.
nodejs
javascript
docker
typescript
eslint
jest
pipeline
openshift
redhat
postgresql
actions
rhel
owasp-zap
openshift-templates
patroni
bcgov
sonarcloud
podman
openshift-v4
codeql
-
Updated
Mar 22, 2022 - TypeScript
Bootstrap4とTypeScriptで作るビンゴマシン
jquery
github-pages
dom
tslint
gplv3
vscode
mp3
localstorage
bootstrap4
settimeout
bingo
bingo-game
pull-request-template
webstorage
lint-staged
dependabot
github-actions
codeql
typescript4
-
Updated
Sep 24, 2021 - TypeScript
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Mar 21, 2022 - TypeScript
Basic Express service with MongoDB, deployed on Kubernetes.
nodejs
kubernetes
npm
express
typescript
mongodb
eslint
docker-compose
mongoose
helm
buildpack
axios
minikube
tsc
ts-jest
dependabot
github-actions
multistage-docker
okteto
codeql
-
Updated
Mar 23, 2022 - TypeScript
Cypress tests of Just-Eat's website.
docker
circleci
typescript
browserstack
eslint
docker-compose
prettier
husky
cypress
a11y-testing
parallel-tests
lighthouse
pa11y
lint-staged
mochawesome
github-actions
cypress-axe
cypress-dashboard
codeql
cypress-
-
Updated
Aug 12, 2021 - TypeScript
Improve this page
Add a description, image, and links to the codeql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeql topic, visit your repo's landing page and select "manage topics."
This issue relates to the func-style rule.
During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added a temporary override in the
.eslintrc.jsonfile to temporarily disable them.This issue covers removing that temporary override and any changes to the typescript