-
Updated
Jul 19, 2021 - Vim script
lint
Here are 914 public repositories matching this topic...
Replace globby with glob in all commitlint-packages.
-
Updated
Aug 21, 2021 - JavaScript
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-
Updated
Jul 2, 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
Aug 14, 2021 - JavaScript
-
Updated
Aug 17, 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
Aug 18, 2021 - CSS
-
Updated
Jun 5, 2021 - C
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
Apr 22, 2021 - TypeScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Mar 13, 2021 - PHP
rubocop-rspec (2.4.0)
Input:
# frozen_string_literal: true
RSpec.describe 'Foo' do
describe '#foo' do
it 'should only do bar' do
# ...
end
end
endActual output:
# frozen_string_literal: true
RSpec.describe 'Foo' do
describe '#foo' do
it 'onlies do bar' do
# ...
end
end
endExpected output (or si
-
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."



There are false positives for unknown unite when you use
txorqxunit-no-unknowne.g.