BlogsGitLabJSON Linting and CI/CD Integration

JSON Linting and CI/CD Integration

JSON Linting and CI/CD Integration

1
posts
2021

This post introduces JSON linting as a method to improve code quality and accelerate development by identifying and fixing errors early. It details common JSON linting errors, how to fix them, and best practices for JSON formatting. It also touches upon using `curl` with the GitLab API and the benefits of parsing API responses in JSON format, with a brief mention of CI/CD workflows.

2021

JSON formatting and CI/CD linting tips for DevOps workflows

4/21/2021

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.