https://github.com/tyhal/crie
Universal meta-linter using containerized execution
https://github.com/tyhal/crie
code-quality containerization developer-tools docker formatter go linter podman static-code-analysis
Last synced: about 1 month ago
JSON representation
Universal meta-linter using containerized execution
- Host: GitHub
- URL: https://github.com/tyhal/crie
- Owner: tyhal
- License: mit
- Created: 2019-02-03T00:34:58.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T14:54:25.000Z (about 1 month ago)
- Last Synced: 2026-02-09T19:08:33.565Z (about 1 month ago)
- Topics: code-quality, containerization, developer-tools, docker, formatter, go, linter, podman, static-code-analysis
- Language: Go
- Homepage:
- Size: 1.71 MB
- Stars: 10
- Watchers: 0
- Forks: 2
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
crie.
universal meta-linter using containerized execution
## Features
#### This tool enables teams of developers to use static-analysis where they wouldn't:
* No more config chaos - one simple setup for all your tools
* Quality checks that just work, right out of the box
* Container-based isolation for consistent tool execution
* Container runtime flexibility - supports both Docker and Podman
* Drop in and get coding - minimal setup required
* Catch every blind spot with full coverage detection
## Install
```shell
brew install tyhal/tap/crie
```
from source:
```shell
go install github.com/tyhal/crie/cmd/crie@latest
```
#### Deps
* [Podman](https://podman.io/docs/installation) or [Docker](https://docs.docker.com/get-started/get-docker/)
## Usage
The suggested way to start running crie is to run `chk` at the top of your project and add `--continue` to see every error in the project (this will not change any code)
```bash
crie chk --continue
```
š” Have ideas or ran into a bug? Open an issue ā Iād love your feedback!
## Documentation
See the **[documentation](doc/README.md)** for installation, configuration, and usage guides.
***