Skip to content

Commit

Permalink
Update .codacy.yml
Browse files Browse the repository at this point in the history
./.codacy.yml
  Error: 4:4 [indentation] wrong indentation: expected 2 but found 3
  Error: 6:4 [indentation] wrong indentation: expected 2 but found 3
  Error: 8:4 [indentation] wrong indentation: expected 2 but found 3
  Error: 15:3 [indentation] wrong indentation: expected 1 but found 2
  Error: 16:5 [indentation] wrong indentation: expected 3 but found 4
  Error: 17:7 [indentation] wrong indentation: expected 5 but found 6
  Error: 19:5 [indentation] wrong indentation: expected 3 but found 4
  Error: 22:3 [indentation] wrong indentation: expected 1 but found 2
  • Loading branch information
ikostan committed Nov 9, 2024
1 parent 6370426 commit bcb8a27
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
engines:
duplication:
enabled: true
enabled: true
metric:
enabled: true
enabled: true
coverage:
enabled: true
enabled: true
prospector:
enabled: true
pylint:
enabled: true
python_version: 3.7
languages:
python:
extensions:
- '.py'
python:
extensions:
- '.py'

Check failure on line 17 in .codacy.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

17:5 [indentation] wrong indentation: expected 3 but found 4
markup:
extensions:
- '.md'
extensions:
- '.md'
exclude_paths:
- 'docs/**'

Check failure on line 22 in .codacy.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

22:3 [indentation] wrong indentation: expected 1 but found 2
- 'allure-report/**'
Expand Down

0 comments on commit bcb8a27

Please sign in to comment.