Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 8027a7f

Browse files
fix: remove testing ruleset
1 parent d146137 commit 8027a7f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codiga/cli",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A Codiga CLI used to integrate Codiga easily in your projects",
55
"homepage": "https://github.com/codiga/codiga-cli",
66
"repository": {

utils/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export const CATEGORY_CHOICES = [
9393

9494
export const RULESET_CHOICES = {
9595
[CATEGORY_PYTHON_GENERAL_VALUE]: [
96-
"for-testing", // for testing
9796
"python-security", // https://app.codiga.io/hub/ruleset/python-security
9897
"python-best-practices", // https://app.codiga.io/hub/ruleset/python-best-practices
9998
"python-code-style", // https://app.codiga.io/hub/ruleset/python-code-style

0 commit comments

Comments
 (0)