#Vale, the “syntax-aware linter for prose built with speed and extensibility in mind”, has a new v2.28.3 release.
My overlay already makes it available for fellow #Gentoo users.
I also contributed the same ebuild to the official Gentoo #GURU overlay, where it should reach the reviewed branch soon.
See my post for links:
https://blog.ferki.it/2023/09/07/packaging-vale-2-28-3-for-gentoo/
Happy #linting!
I’ve released 🤲 a GitHub Action to convert Dart/Flutter analyzer output to SARIF.
That lets you upload ⬆️ the results to GitHub Advanced Security, as I show in a sample workflow.
#appsec #dart #flutter #linting #sarif #github
New blog post 🧹 what's formatting vs. style? What's the line between what a formatter should do vs a linter?
My opinions and a couple of tips here: 👉 https://blog.joshuakgoldberg.com/the-blurry-line-between-formatting-and-style/
"Custom lints for your Dart/Flutter project | by Karthikeyan S | May, 2023 | Medium" https://coder-with-a-bushido.medium.com/custom-lints-for-your-dart-flutter-project-9447a596c1f0 #flutter #linting #customlint
I've created an Emacs package using Ruff for auto-fixing lint violations. It's my 1st Emacs package, so there might be some best practice mistakes.
vale-2.24.3 is fixing a crash bug, and available for fellow #Gentoo users in my overlay:
https://github.com/ferki/gentoo-overlay/tree/1d12663d8c458af636d4bdd3745e1e3872eec219/app-text/vale
#Vale is a command-line tool that brings code-like #linting to #prose. It's fast, cross-platform, and highly customizable.
Happy #writing!
#gentoo #vale #linting #prose #writing #cicd
#Vale is a command-line tool that brings code-like #linting to #prose. It's fast, cross-platform, and highly customizable.
vale-2.24.1 has been released yesterday, and it is already available for fellow #Gentoo users in my overlay:
https://github.com/ferki/gentoo-overlay/tree/master/app-text/vale
Happy writing!
#vale #linting #prose #gentoo #cicd
Everyone wants to add tools to the dev env, but nobody wants to support their team when they break the precommit hooks. #eslint #typescript #jest #tdd #danger #testCoverage #linting #husky
#husky #linting #testcoverage #danger #tdd #jest #typescript #eslint
@pycascades so sad to have missed the in-person #sprints but I still managed to publish my first beta of bonded
https://pypi.org/project/bonded/
#python #linting #pypi
#sprints #python #linting #pypi
I wrote a post about potential dependency conflicts when you update puppet-lint to the latest version ⚠️
https://dev.to/puppet/puppet-lint-soft-dependency-conflicts-after-updating-430l
#puppet #linting #automation #software
@markwalker it found things not picked up by Flake8 earlier today
#ruff #flake8 #linting #python
Do any of my #PHP #developer folks know if a sample code base that has intentional breaking code for the various PHP versions? I'm looking for a way to verify the reliability of the various PHP compatibility #linting and checking tools.
A new post on kollitsch.dev:
Google recently published a security scanner named OSV Scanner, that checks your files for vulnerabilities that hide in your code. It connects and checks for all issues collected on the OSV database. It is a great tool for developers to quickly check their code for vulnerabilities before they are released to the public.
#100DaysToOffload #opsec #linting #security
Updated: markdownlint VS #Code #Markdown #linting extension to v0.49.0
- Update markdownlint dependency to 0.27.0 - Improve MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053 - Improve documentation - Support JSONC and YAML inside markdownlint-configure-file comments - Update all dependencies
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
Updated: markdownlint-cli v0.33.0, #Markdown #linting CLI for #NodeJS
- Update markdownlint dependency to 0.27.0
- Improve MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053
- Generate/separate documentation
- Improve documentation
- Publish Docker container images for both linux/amd64 and linux/arm64
- Support JSONC and YAML inside markdownlint-configure-file comments
- Update all dependencies via Dependabot
I am new to #VSCode, migrated from #RStudio because the latter's compatibility with the #Wacom tablet I use instead of a mouse (for disability reasons) has become completely untenable. I've added the R and R Debugger extensions, but I am still getting #linting issues with #ggplot2 code. Lots of "No visible binding for global variable" for column names and things like ..level.. specified in aes() statements. Does anyone know a fix?
#ggplot2 #linting #wacom #rstudio #VSCode