Skip to content
#

style-linter

Here are 33 public repositories matching this topic...

Zamiell
Zamiell commented Apr 7, 2020
  1. The users of this style guide will probably expect that all of the rules that it prescribes will be enforced by eslint. However, this is not the case - there is a secret, non-documented segmentation where some rules are enforced and others are not, because they would be "too noisy on a legacy codebase". An example of a problematic rule like this is covered in issue #2020. I propose that all of
maharvey
maharvey commented Mar 6, 2020

Expected behavior

Disable an annoying clang-tidy warning on linux

Steps to reproduce

  1. Create a source file containing strncpy()
  2. Observe that neomake complains
  3. There is no way to disable this warning globally

In this case I would need to pass --checks=-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling to clang-tidy

Adding this as args for the c ma

1jj
1jj commented Dec 11, 2019

"Attribute itemprop not allowed on element link at this point"
I get this errors for things like that:
<link rel=icon itemprop=logo href=ico.png>
<link rel=canonical itemprop=url href="https://example.org/">

Otherwise the spec says
"Every HTML element may have an itemprop attribute specified"
https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute

Goo

dvorapa
dvorapa commented Dec 16, 2019

Describe the issue
After upgrade to new Flutter stable (1.12.13), I got multiple unnecessary_final warnings. But when I remove these, I get similar amount of prefer_final_locals. What should I do? This definitely looks like a bug.

Expected behavior
There should not be any conflicting warnings.

Additional context
Dart 2.7.0, Flutter 1.12.13

Improve this page

Add a description, image, and links to the style-linter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the style-linter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.