The Codacy Analysis CLI is a command line interface that enables you to execute Codacy code analysis locally.
GNU Affero General Public License v3.0
95
stars
33
forks
source link
[TS-434] codacy-analysis-cli validate-configuration does not inform about file not starting with `---` #482
Open
AlexBaranowski opened 1 year ago
Hi!
First of all, I'm thankful for Your product. Great job!
Yesterday I was playing with the Codacy config file. In documentation, there is the section with important paragraph https://docs.codacy.com/repositories-configure/codacy-configuration-file/#codacy-configuration-file saying that file must start with the
---
.OFC during writing my own
.codacy.yml
I somehow missed it. I validated the file with the:And it did not inform me about this mistake.
To sum it up:
File
output
File without
---
output
I'm believing that for a file that does not begin with
---
it should print an error.Best, Alex