Skip to content

Commit

Permalink
chore(backend): Removing Analyzer Rules as default (#3550)
Browse files Browse the repository at this point in the history
* chore(backend): Removing Analyzer Rules as default

* fixing tests

---------

Co-authored-by: Oscar <oscar@MacBook-Pro-de-Oscar.local>
  • Loading branch information
xoscar and Oscar committed Jan 22, 2024
1 parent a53a0d5 commit 217261a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions server/executor/testrunner/testrunner_entities.go
Expand Up @@ -21,8 +21,6 @@ var DefaultTestRunner = TestRunner{
Name: "default",
RequiredGates: []RequiredGate{
RequiredGateTestSpecs,
RequiredGateAnalyzerRules,
RequiredGateAnalyzerScore,
},
}

Expand Down
4 changes: 1 addition & 3 deletions server/executor/testrunner/testrunner_repository_test.go
Expand Up @@ -33,9 +33,7 @@ func TestTestRunnerResource(t *testing.T) {
"id": "current",
"name": "default",
"requiredGates": [
"test-specs",
"analyzer-rules",
"analyzer-score"
"test-specs"
]
}
}`,
Expand Down

0 comments on commit 217261a

Please sign in to comment.