-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com…
-
`golangci` has a config option to ignore certain paths/dirs: https://golangci-lint.run/usage/configuration/#issues-configuration
I think it would be super useful to have a similar option, I'm down to…
-
Hello, I'm back again with a question :)
On one of my projects I am excluding some file names/paths from mypy, in particular we don't want to run mypy on our tests. I have it set up in our `pyproj…
-
The idea would be only include resources that match a filter globally for deletion.
https://github.com/rebuy-de/aws-nuke/issues/218
-
Support for excluding topics by repo regexp
-
With #797, the webforj-engine is now considered an internal dependency. When running with BBjServices, this dependency should be excluded by default since the functionality provided by the engine is a…
hyyan updated
19 hours ago
-
### Prerequisites
- [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/)
- [X] I am suggesting a new feature, not asking a question
### Description
Cur…
-
Is there a recommended way to exclude specific files from a check? The `include` and `exclude` parameters are regex-based and better suited for excluding folders on a path. The regex can get quite com…
-
skip ed should be excluded, cc @dmoka
_Originally posted by @mrq1911 in https://github.com/galacticcouncil/hydration-node/pull/889#discussion_r1785262523_
-
When generating scala classes from smithy model we often need to exclude certain namespaces due to various reasons.
For that we were using `--exclude-ns` option in smithy4s-cli. However, recently …