diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index 1d3cfd8b4..8e9e64451 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -1,4 +1,9 @@ name: "CodeQL config" + +# Specify the paths to ignore paths-ignore: - - bindings/python/docs/ - - ext_libs/ \ No newline at end of file + - 'bindings/python/docs/' + - 'ext_libs/' + +# Specify the minimum disk space required +min-disk-free: 2048 # Adjust as necessary. This value is in MB. \ No newline at end of file diff --git a/bindings/cs/rl.net.cli/PerfTestStepProvider.cs b/bindings/cs/rl.net.cli/PerfTestStepProvider.cs index 72eeac62b..c08330177 100644 --- a/bindings/cs/rl.net.cli/PerfTestStepProvider.cs +++ b/bindings/cs/rl.net.cli/PerfTestStepProvider.cs @@ -109,6 +109,7 @@ public PerfTestStepProvider(string filePath) } } this.NumLines = Contexts.Count; + this.RingSize = this.NumLines; } public IEnumerator> GetEnumerator()