Skip to content

Commit

Permalink
docs: funding and social networks
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 12, 2024
1 parent 7c87a9e commit f17b3ef
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 80 deletions.
76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

---

`golangci-lint` is a fast Go linters runner. It runs linters in parallel, uses caching, supports YAML configuration,
`golangci-lint` is a fast Go linters runner.

It runs linters in parallel, uses caching, supports YAML configuration,
integrates with all major IDEs, and includes over a hundred linters.

## Install `golangci-lint`
Expand All @@ -18,6 +20,24 @@ integrates with all major IDEs, and includes over a hundred linters.

Documentation is hosted at https://golangci-lint.run.

## Social Networks

[![Join Slack](https://img.shields.io/badge/Slack-4285F4?style=for-the-badge&logo=slack&logoColor=white)](https://gophers.slack.com/archives/CS0TBRKPC)
[![Follow on Mastodon](https://img.shields.io/badge/mastodon-6364FF?style=for-the-badge&logo=mastodon&logoColor=white)](https://fosstodon.org/@golangcilint)
[![Follow on Twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/golangci)

## Supporting Us

`golangci-lint` is a free and open-source project built by volunteers.

If you value it, consider supporting us:

[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/golangci-lint?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Sponsor-blue?style=for-the-badge)](https://github.com/sponsors/ldez)
[![Linter Authors](https://img.shields.io/badge/Linter-Authors-blue?style=for-the-badge)](https://golangci-lint.run/product/thanks/)

We appreciate it! :heart:

## Badges

![Build Status](https://github.com/golangci/golangci-lint/workflows/CI/badge.svg)
Expand Down
25 changes: 22 additions & 3 deletions docs/src/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@ title: Introduction
import { FaTwitter, FaSlack } from "react-icons/fa";
import { IconContainer } from "lib/icons";

![Build Status](https://github.com/golangci/golangci-lint/workflows/CI/badge.svg)
[![License](https://img.shields.io/github/license/golangci/golangci-lint)](https://github.com/golangci/golangci-lint/blob/master/LICENSE)
[![Release](https://img.shields.io/github/release/golangci/golangci-lint.svg)](https://github.com/golangci/golangci-lint/releases/latest)
[![Docker](https://img.shields.io/docker/pulls/golangci/golangci-lint)](https://hub.docker.com/r/golangci/golangci-lint)
[![GitHub Releases Stats of golangci-lint](https://img.shields.io/github/downloads/golangci/golangci-lint/total.svg?logo=github)](https://somsubhra.github.io/github-release-stats/?username=golangci&repository=golangci-lint)

`golangci-lint` is a Go linters aggregator.
`golangci-lint` is a fast linters runner for Go.

It runs linters in parallel, uses caching, supports YAML configuration,
integrates with all major IDEs, and includes over a hundred linters.

Join our slack <IconContainer color="#1DA1F2"><FaSlack /></IconContainer> channel by [joining Gophers workspace](https://invite.slack.golangbridge.org/)
and then [joining](https://gophers.slack.com/archives/CS0TBRKPC) channel [`#golangci-lint`](https://gophers.slack.com/archives/CS0TBRKPC).

Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTwitter /></IconContainer> [`@golangci`](https://twitter.com/golangci).
Follow the news and releases:

[![Follow on Mastodon](https://img.shields.io/badge/mastodon-6364FF?style=for-the-badge&logo=mastodon&logoColor=white)](https://fosstodon.org/@golangcilint)
[![Follow on Twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/golangci)

## Features

Expand All @@ -33,11 +38,25 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw

![golangci-lint demo](./demo.svg)

<!--
Short 1.5 min video demo of analyzing [beego](https://github.com/astaxie/beego).
[![asciicast](https://asciinema.org/a/183662.svg)](https://asciinema.org/a/183662)
-->

[Get started now!](/welcome/install)

## Supporting Us

`golangci-lint` is a free and open-source project built by volunteers.

If you value it, consider supporting us:

[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/golangci-lint?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Sponsor-blue?style=for-the-badge)](https://github.com/sponsors/ldez)
[![Linter Authors](https://img.shields.io/badge/Linter-Authors-blue?style=for-the-badge)](https://golangci-lint.run/product/thanks/)

We appreciate it! :heart:

## License Scan

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgolangci%2Fgolangci-lint.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgolangci%2Fgolangci-lint?ref=badge_large)
Expand Down

0 comments on commit f17b3ef

Please sign in to comment.