File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # CodeQL configuration
2+ # This file excludes Jekyll template files from JavaScript analysis
3+ # to prevent parse errors from Liquid template syntax
4+
5+ name : " CodeQL config"
6+
7+ # Paths to exclude from all analyses
8+ paths-ignore :
9+ # Exclude Jekyll template JavaScript files that contain Liquid syntax
10+ - ' docs/assets/js/main.js'
11+ - ' docs/assets/js/search.js'
12+ - ' melodee/docs/assets/js/main.js'
13+ - ' melodee/docs/assets/js/search.js'
Original file line number Diff line number Diff line change 4848 uses : github/codeql-action/init@v3
4949 with :
5050 languages : ${{ matrix.language }}
51+ config-file : ./.github/codeql/codeql-config.yml
5152 # If you wish to specify custom queries, you can do so here or in a config file.
5253 # By default, queries listed here will override any specified in a config file.
5354 # Prefix the list here with "+" to use these queries and those in the config file.
Original file line number Diff line number Diff line change 1- -- -
2- exclude_in_search : true
3- layout: null
4- -- -
51( function ( $ ) {
62 'use strict' ;
73 $ ( function ( ) {
Original file line number Diff line number Diff line change 1- -- -
2- layout : null
3- excluded_in_search: true
4- -- -
51( function ( ) {
62 function getQueryVariable ( variable ) {
73 var query = window . location . search . substring ( 1 ) ,
Original file line number Diff line number Diff line change 1- -- -
2- exclude_in_search : true
3- layout: null
4- -- -
51( function ( $ ) {
62 'use strict' ;
73 $ ( function ( ) {
Original file line number Diff line number Diff line change 1- -- -
2- layout : null
3- excluded_in_search: true
4- -- -
51( function ( ) {
62 function getQueryVariable ( variable ) {
73 var query = window . location . search . substring ( 1 ) ,
You can’t perform that action at this time.
0 commit comments