JSON Linting and CI/CD Integration
JSON formatting and CI/CD linting tips for DevOps workflows

JSON formatting and CI/CD linting tips for DevOps workflows

4/21/2021 · Michael Friedrich

What this post added

This post introduces the concept of JSON linting, its benefits, common errors, and methods for fixing them. It also provides best practices for JSON formatting and demonstrates how to use `curl` to interact with the GitLab API, retrieve data in JSON format, and parse it. The post briefly mentions CI/CD workflows in the context of using tools like ESLint and `npx eslint` for linting.

Read the original post ↗