DEV Community

Clayton Kehoe
Clayton Kehoe

Posted on

1

Config-file-validator v1.7.0 released!

We have just released a big update to the config-file-validator. New features include:

  • Added the --quiet flag to disable stdout
  • Added the --group-by argument to organize output by pass/fail, file type, and/or directory
  • Added support for EditorConfig, .env, and HOCON validation
  • Added junit output to the --reporter argument to produce junit results as stdout or as a file. This is useful for CI tools like Gitlab CI that can consume and report on junit test results
  • Performance improvements to file system finder which recursively scans directories for configuration files

Image description

Don't forget, there is also a Github Action for easily integrating configuration file validation into your Github Actions workflow.

jobs:
  validate-config-files:
    runs-on: ubuntu-latest
    steps:
      - uses: kehoe/validate-configs-action@v4
Enter fullscreen mode Exit fullscreen mode

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

Try REST API Generation for MS SQL Server.

DevOps for Private APIs. With DreamFactory API Generation, you get:

  • Auto-generated live APIs mapped from database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay