-
Updated
Sep 10, 2021 - Vim script
lint
Here are 946 public repositories matching this topic...
Fix false positives for nested property declaration that contains `tx` or `qx` in unit-no-unknown
Clearly describe the bug
There are false positives for unknown unite when you use tx
or qx
Which rule, if any, is the bug related to?
unit-no-unknown
What code is needed to reproduce the bug?
e.g.
// Font Sizes
$font-sizes: (
2x: $font-size-base * 2,
2qx: $font-size-base * 2.25,
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 8, 2021 - 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
-
Updated
Oct 8, 2021 - Kotlin
-
Updated
Jul 2, 2021 - Python
🐞 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
Oct 8, 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
Oct 5, 2021 - CSS
-
Updated
Oct 5, 2021 - C
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Apr 22, 2021 - TypeScript
-
Updated
May 6, 2021 - JavaScript
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
end
Actual output:
# frozen_string_literal: true
RSpec.describe 'Foo' do
describe '#foo' do
it 'onlies do bar' do
# ...
end
end
end
Expected output (or si
-
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
globby
withglob
in all commitlint-packages.