Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module codacy/cli-v2

go 1.22.4
go 1.22.12

require (
github.com/fatih/color v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/config-discover/expected/codacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tools:
- dartanalyzer@3.7.2
- eslint@8.57.0
- lizard@1.17.31
- opengrep@1.16.2
- opengrep@1.16.4
- pmd@7.11.0
- pylint@3.3.6
- trivy@0.69.3
11 changes: 11 additions & 0 deletions integration-tests/init-with-token/.codacy/codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
runtimes:
- java@17.0.10
- node@22.2.0
- python@3.11.11
tools:
- eslint@8.57.0
- lizard@1.17.31
- opengrep@1.16.4
- pmd@6.55.0
- pylint@3.3.9
- trivy@0.69.3
Comment on lines +1 to +11
2 changes: 1 addition & 1 deletion integration-tests/init-with-token/expected/codacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtimes:
tools:
- eslint@8.57.0
- lizard@1.17.31
- opengrep@1.16.2
- opengrep@1.16.4
- pmd@6.55.0
- pylint@3.3.9
- trivy@0.69.3
15 changes: 15 additions & 0 deletions integration-tests/init-without-token/.codacy/codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
runtimes:
- dart@3.7.2
- go@1.22.3
- java@17.0.10
- node@22.2.0
- python@3.11.11
tools:
- dartanalyzer@3.7.2
- eslint@8.57.0
- lizard@1.17.31
- pmd@7.11.0
- pylint@3.3.6
- revive@1.7.0
- semgrep@1.78.0
- trivy@0.66.0
Comment on lines +1 to +15
2 changes: 1 addition & 1 deletion integration-tests/init-without-token/expected/codacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tools:
- pmd@7.11.0
- pylint@3.3.6
- revive@1.7.0
- trivy@0.69.3
- trivy@0.69.3
Loading