From c0359336f2371a7e9fd2883784f3e0b61b1012b4 Mon Sep 17 00:00:00 2001 From: Alejandro Aboy Date: Thu, 5 Sep 2024 23:21:04 +0200 Subject: [PATCH 1/2] add change --- super_complex_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super_complex_code.py b/super_complex_code.py index 52cb8c3..6efa717 100644 --- a/super_complex_code.py +++ b/super_complex_code.py @@ -6,7 +6,7 @@ def __init__(self, x): def compute(self): if self.x % 3 == 0: - result = (self.x * 3) // 2 + result = (self.x * 3) // 2 * 27 else: result = (self.x + 1) * (self.x - 1) From 3ab074ecbcd6725134d42ded0bc35089eee4b006 Mon Sep 17 00:00:00 2001 From: Alejandro Aboy Date: Thu, 5 Sep 2024 23:23:20 +0200 Subject: [PATCH 2/2] add change --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index f1e9c06..d14adc5 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -32,4 +32,4 @@ jobs: - name: Run Xenon Complexity Enforcement id: xenon-check run: | - xenon --max-absolute B \ No newline at end of file + xenon --max-absolute B ./ \ No newline at end of file