Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 686 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 686 Bytes

Contributing to CloudQuery

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

This is the repository for CloudQuery FileTypes utility module. If you are looking for CloudQuery CLI and plugins take a look at our monorepo

Links

Development

Tests

Run make test to run all unit-tests

Lint

We use golangci-lint as our linter. Configuration available in [./golangci.yml] to run lint make lint