looks at u with my lintdeus eyes
seen from United States
seen from United States
seen from United States
seen from Brazil
seen from United States
seen from Chile
seen from China
seen from China

seen from Brazil
seen from Poland
seen from United States

seen from India
seen from India
seen from Yemen
seen from Brazil
seen from United States
seen from United States

seen from Philippines
seen from China

seen from Malaysia
looks at u with my lintdeus eyes
Bad sex meme lin and EQ
HTML API: Check for unclosed attributes.
Today someone was discussing the goal of linting HTML, specifically of detecting unclosed attributes. Consider the following snippet: <p class="important><img src="alert.png">This is important!</p> It’s clear that a mistake led to a missing double-quote on the class attribute of the opening <p> tag. While WordPress’ HTML API doesn’t directly report this (because “unclosed attribute” isn’t…
Tired of messy commits and forgotten formatting? 😬 Let `pre-commit` clean up your code *before* it hits your repo. From trimming whitespace to catching secrets with gitleaks, it’s your automated QA sidekick. ⚡ Easy setup, big payoff. #devtools #git #precommit #automation
PSScriptAnalyzer: The Ultimate PowerShell Script Analyzer and Linter
PSScriptAnalyzer: The Ultimate PowerShell Scripts Analyzer and Linter @vexpert #vmwarecommunities #devops #infrastructureascode #powershell #powershelllinting #scriptanalyzer #powershellchecker #powershelladmins #virtualization #homelab #homeserver
As you get more into DevOps and running CI/CD pipelines with PowerShell code, you will find that you want to have a way to check your code as the pipeline runs. PSScriptanalyzer is a free PowerShell module that provides the ability to check your PowerShell code in your pipelines for code quality and other issues. Let’s look at PSScriptAnalyzer and see how it is the ultimate linter for PowerShell…
View On WordPress
Alat Linting IDR 299.900 Berat : 1.3kg N7RTH9GBK0 Berfungsi untuk melinting/menggulung rokok secara manual. Untuk anda yang ingin mencoba untuk membuat rokok sendiri maka wajib menggunakan alat ini untuk mempermudah proses pembuatan rokok manual. Order via WA : 089666022005 #alatlintingrokok #alatlinting #lintingdewe #linting #lintingan #dirumahaja #belanjaadabonusnya https://www.instagram.com/p/CH5L1jdlSi9/?igshid=14pm9un3xj8dp
PHP Linting and Drupal Errors
I love it when you find an error, stress out over it and Stack Overflow it to pieces, only to find out you failed in cutting and pasting a line of PHP.
Here was my error `Fatal error: Call to undefined function cache_get()` which led me to this Drupal.org page here.
The upshot was that: 1. I wasn’t the only person with this issue. (Not mentioning any names, but it made me feel better seeing there were a fair few...!) 2. It was caused by human error. 3. There was a simple PHP linting line that showed the error more clearly than a UV light in a motel room in movies. That line, which I’ll place here because, well, I’ll be back (I just know it) is: find . -name "*.php" -exec php -l {} \;
See you soon, future Mike...