this post was submitted on 28 Jan 2025
1677 points (99.6% liked)

Programmer Humor

20215 readers
1901 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dev_null@lemmy.ml 1 points 2 days ago

Linting rules and scripts should never live in an IDE-specific directory.

Of course they should. Obviously it shouldn't be the only place they are, but committing IDE code styles settings that match the externally-enforced project styles is absolutely helpful.

Or, in our project we have a bunch of scripts that you can run manually, but we also have commited IntelliJ run configurations that make running them a convenient in-IDE action.