goodcheck
goodcheck copied to clipboard
Regexp based customizable linter
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.8 to 2.0.1. Release notes Sourced from @docusaurus/preset-classic's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@slorber)...
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.8 to 2.0.1. Release notes Sourced from @docusaurus/core's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@slorber)...
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note 2.6.2 🔗 Changelog 2.6.1 🔗 Changelog 2.6.0 🔗 Release note...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.1.0. Release notes Sourced from actions/setup-node's releases. Add caching support on GHES 3.5 In scope of this release we added support for caching from GHES...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...
To reproduce: ``` $ git checkout master ... $ bin/setup ... $ rake test Run options: --seed 15721 # Running: ..[ERROR] Variable binding ${color} at the end of pattern would...
I think it very useful to provide a feature that users can automatically fix the detected file. For example, given `goodcheck.yml`: ```yaml rules: - id: disallow-foo pattern: foo message: Disallow...
## Example `goodcheck.yml`: ```yaml rules: - id: disallow-standard-error pattern: - token: StandardError glob: lib/**/*.rb message: Disallow `StandardError`. justification: - When there is an unavoidable reason to use `StandardError`. ``` `goodcheck...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...