diff --git a/.codeql-config.yml b/.codeql-config.yml index 82f91d0bb..14cdd4b87 100644 --- a/.codeql-config.yml +++ b/.codeql-config.yml @@ -1,6 +1,5 @@ paths: - exclude: - - "**/test/**" - - "**/__tests__/**" - - "**/*.spec.*" - - "**/*.test.*" \ No newline at end of file + - "**/test/**" + - "**/__tests__/**" + - "**/*.spec.*" + - "**/*.test.*" \ No newline at end of file