-
Updated
Apr 22, 2021 - Vim script
lint
Here are 888 public repositories matching this topic...
Replace globby
with glob
in all commitlint-packages.
-
Updated
May 2, 2021 - JavaScript
-
Updated
May 3, 2021 - Go
-
Updated
Apr 17, 2021 - Python
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
May 3, 2021 - JavaScript
-
Updated
Jan 28, 2021
Current
export declare type TextlintRuleReportHandler = {
[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>;
} & {
[index: string]: (node: any) => void | Promise<any>;
};
/**
* Textlint rule reporter function
*/
export declare type TextlintRuleReporter<T extends object = {}> = (context: Readonly<TextlintRuleContext>, options?: TextlintRuleOptions<T>)
-
Updated
Apr 25, 2021 - CSS
-
Updated
May 2, 2021 - C
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 22, 2021 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 13, 2021 - PHP
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
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."
When using single-line formatting, it would helpful if the selectors for at-rules could pushed to a new line. For example:
A proposed solution would be to add at-rule exceptions for the block-opening-brace-newline-after rule. Or a separate at-rule-opening-brace-newline-af