Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rubble (0.15 sec)

  1. .cm/plugins/filters/byCodeowner/ignore/index.js

            let unignored = false
    
            this._rules.forEach(rule => {
                const {negative} = rule
                if (
                    unignored === negative && ignored !== unignored
                    || negative && !ignored && !unignored && !checkUnignored
                ) {
                    return
                }
    
                const matched = rule.regex.test(path)
    
                if (matched) {
    JavaScript
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt

                            artifactRules = if (index == 0) {
                                // The artifact rule report/css/*.css => performanceResultsDir is there to clean up the target directory.
                                // If we don't clean that up there might be leftover json files from other report builds running on the same machine.
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Thu Apr 04 07:21:42 GMT 2024
    - 5.1K bytes
    - Viewed (0)
Back to top