-
Updated
Mar 23, 2022 - Vim script
lint
Here are 1,015 public repositories matching this topic...
What is the problem you're trying to solve?
I guess that selector-max-universal is performance related rule.
I.e. it is supposed to forbid patterns that hit perfomance.
Consider the following patterns (with selector-max-universal = 1):
- "*" involves O(N) search. So, it is Good.
- "* *" involves O(N^2) search. So, it is Bad.
- "* + *" involves O(N) search ("+ *" = next element = it
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Mar 24, 2022 - Rust
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
go
Expected Behavior
When an exception is thrown while running a Rule
we should provide information about the file and the Rule
.
Current Behavior
We only provide information about the file.
Context
We had some issues lately where the users report exceptions on a Rule but we need to ask for the full stacktrace to know what's going on (an example: #4612). And the issue is also "de
-
Updated
Mar 23, 2022 - JavaScript
This hint has been around since 2018 and is documented on webhint.io (https://webhint.io/docs/user-guide/hints/hint-doctype/). However it's not enabled by default in any of webhint's configurations (likely an oversight).
We should turn this on by default and perform any necessary cleanup in the process (e.g. switching to get locations from webhint's location-aware DOM that was added after the
-
Updated
Nov 5, 2021 - Python
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Mar 7, 2022
When I've create a rule and test it.
TypeScript throw an compiler error on textlint-tester.
TS2345: Argument of type 'TextlintRuleReporter<Options>' is not assignable to parameter of type 'TextlintRuleModule<{}> | TestConfig'.
-
Updated
Mar 24, 2022 - CSS
-
Updated
Feb 14, 2022 - C
-
Updated
Jan 18, 2022 - TypeScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 23, 2022 - JavaScript

-
Updated
Mar 19, 2022 - Go
I'm seeing double/instance_double/class_double/object_double/spy etc. being called with sometimes a string, sometimes a symbol (perhaps because the rspec-mocks documentation explicitly allows both), and of course sometimes a constant referring to a class or module.
I think mixing string and symbol arguments is a bit of a mess, so I would propose making a new cop that enforces either one or the
-
Updated
Mar 13, 2021 - PHP
Improve this page
Add a description, image, and links to the lint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lint topic, visit your repo's landing page and select "manage topics."
Replace
globby
withglob
in all commitlint-packages.