diff --git a/README.md b/README.md index 538819b..d4f961f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This Action runs [Revive](https://github.com/mgechev/revive) on your [Go](https: with: # Path to your Revive config within the repo (optional) config: revive/config.toml + # Exclude patterns, separated by semicolons (optional) + exclude: "file.go;foo/bar.go;./foo/bar/..." env: # GitHub token for annotations (optional) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}