www.byjp.me/content/posts/tumblr-musings/pottymouth.md
JP Hastings-Spital b8cc9ee66d Remove leading newlines
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter.

This makes display on Gemini (in which newlines matter) much more consistent!

I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
2024-06-20 13:40:54 +01:00

19 lines
569 B
Markdown

---
title: Pottymouth
date: 2010-06-24T12:22:00+01:00
draft: false
emoji: 💩
tags:
- code
- project
- pottymouth
- ruby
- from-tumblr
---
I had some time to kill on a lazy summer's day and I noticed that splendid chap [Max](https://mxcl.dev/), had posed a question to the lazy web:
> Is there a tool for measuring profanity in code-bases? If not, can someone write it and call it "pottymouth"? Ta.
So I did.
If you know ruby then maybe to can help it be a little better, fork [the repo](https://github.com/jphastings/pottymouth) and see what you can do.