Dotenv-linter v3.1.0


We are happy to announce the release of a new version of dotenv-linter - v3.1.0 🎉

dotenv-linter

What is dotenv-linter?

Dotenv-linter is a lightning-fast linter for checking, fixing and comparing .env files.
And it’s written in Rust 🦀

What is a .env file?

A .env file or dotenv file is a simple text file containing all the environment variables of a project. The .env file has a simple key-value format, for example: FOO=BAR. Storing configuration in the environment variables is one of the tenets of the Manifesto of Twelve-Factor App.

What is new in v3.1.0?

More information you can find here: https://dotenv-linter.github.io/#/whats_new/v310


How you can support the project 😉

Similar posts

Update-informer v0.5.0

⭐️ Overview of key changes included in the new version

GitHub Actions to guard your workflow

Automated code review with GitHub Actions 🐶

Dotenv-linter v3.0.0

⚡️Обзор ключевых изменений вошедших в новый релиз 🎉

Dotenv-linter: линтер .env файлов

⚡️Молниеносный инструмент для проверки .env файлов 🦀

Автоматическая проверка кода на Go

Обзор инструмента для автоматической проверки кода на Go.

Docker for Mac и Kubernetes

Небольшой эксперимент с Docker for Mac и Kubernetes.

Автоматическая проверка кода с помощью Vexor

Пошаговая инструкция, что для этого нужно сделать.

Управление зависимостями через Homebrew

Управление внешними зависимостями проекта c помощью Homebrew Bundle.

Класс Set и уникальные коллекции объектов

Рассмотрим решение одной задачи с использованием класса Set и DDD.

Настройка Passenger для работы с Action Cable

Решаем проблему работы WebSocket-сервера через Phusion Passenger.