Skip to main content

2 docs tagged with "CI/CD"

View all tags

Ansible Molecule

A comprehensive guide to Ansible Molecule, a tool for developing and testing Ansible roles. Learn how to install Molecule, create roles, write tests, and integrate it into your CI/CD pipeline.

Linters in Go: Ensuring Code Quality and Consistency

Linters are static analysis tools that automatically check your code for potential errors, style violations, and suspicious constructs. They help improve code quality, maintainability, and consistency across a project. This document focuses on the use of linters in Go (Golang) development.