Найденные страницы с тегом linter всего 794

Молниеносный инкрементальный линтинг Python-кода / Хабр

Линтинг кода бывает очень долгим, а в ситуациях наличия большого legacy ‑проекта, который решили «причесать», линтинг может причинять боль и страдания разработчикам. В этой...

Golang — архитектурный линтер / Хабр

Для того чтобы повысить качество приложения, написанного на языке go, можно использовать разные линтеры. Один из таких линтеров — архитектурный. В приложении архитектура — это то,...

Conditional coverage / Habr

Recently I had to add python3.8 for our Python linter (the strictest one in existence): wemake-python-styleguide . And during this straight-forward (at first look) task, I have found several problems...

Fixit 2: Meta’s next-generation auto-fixing linter - Engineering at Meta

Fixit is dead! Long live Fixit 2 – the latest version of our open-source auto-fixing linter. Fixit 2 allows developers to efficiently build custom lint rules and perform auto-fixes for their codeba…

Yapf — причесываем код Python автокорректором / Хабр

В эпоху все большей популярности различных js и css linter'ов, не удивительно появление удобного линтера с автокоррекцией для Python. Приветствуйте, Yapf — готовое решение, для превращения каши из...

Library linter | Snapcraft documentation

Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.

Classic linter | Snapcraft documentation

Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.

Установить параметры / правила для gulp HTML linter – 2 Ответа

Ниже приведен пример содержимого файла.htmllintrc: {

Связанный список JavaScript: методы removeHead () и contains () не работают – 1 Ответ

Вы никогда не устанавливаете next ссылку при вставке нового элемента. Попробуйте это вместо... Вопрос по теме: javascript, node.js, npm, linter.

UseStdLibVars: используйте переменные стандартных библиотек / Хабр

Go-разработчики часто пишут свои собственные переменные или константы, а затем используют их в коде, который обращается к стандартной библиотеке. Поэтому наш Go-разработчик Саша...

How to Configure Rubocop in Code Base | HackerNoon

Rubocop is a code-style linter for Ruby based on the official Ruby style guide.

TypeScript linter warning: no-unused-variable is deprecated; but I'm not using this config

TypeScript linter warning: no-unused-variable is deprecated; but I'm not using this config typescript

How to handle gosec linter warning: Potential file inclusion via variable

How to handle gosec linter warning: Potential file inclusion via variable go

linter err113: do not define dynamic errors, use wrapped static errors instead

linter err113: do not define dynamic errors, use wrapped static errors instead go

What's the difference between Dart's analyzer and linter?

What's the difference between Dart's analyzer and linter? dart

Explaining TypeScript Linter Errors

Explaining TypeScript Linter Errors typescript

Phabricator linter can't find any lintable paths

Phabricator linter can't find any lintable paths json

Phabricator linter can't find any lintable paths

Phabricator linter can't find any lintable paths json

Phabricator linter can't find any lintable paths

Phabricator linter can't find any lintable paths json

URL linter not working from cURL

URL linter not working from cURL curl

goconst warnings from linter

goconst warnings from linter go