-
Updated
Dec 16, 2021 - Vim script
lint
Here are 983 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
Jan 6, 2022 - JavaScript
-
Updated
Jan 8, 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 🐶 ...'
goExpected Behavior
When detekt reports that a call or an import is forbidden it tell my why it is forbidden.
Current Behavior
Right now detekt just say that it is forbidden so we a new person in the project doesn't know what to do.
Context
Some coworkers ask me some times "Why is this forbidden?" And I need to explain them. That never bother me but after reading this in: https:/
-
Updated
Jan 6, 2022 - JavaScript
🐞 Bug report
Description
In vscode, whenever I set the "extends" property in my tsconfig.json file, webhint gives the following error message:
Unexpected token } in JSON at position 705 (typescript-config/is-valid)
Details
-
Updated
Nov 5, 2021 - Python
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Nov 23, 2021
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
Jan 7, 2022 - CSS
-
Updated
Dec 27, 2021 - C
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Dec 3, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
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
-
Updated
Dec 8, 2020 - Python
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
globbywithglobin all commitlint-packages.