Skip to content

Commit

Permalink
averages
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jul 10, 2023
1 parent 2b44a97 commit bd1337b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ export const posts: {
}[] = [];

posts.push(
{
title: "Average complexity & method length",
date: "2023-07-10",
key: "averages-07-10",
body: `Average cyclomatic complexity & average method length added as new insights`,
},

{
title: "More historical stats",
date: "2023-07-09",
Expand Down

0 comments on commit bd1337b

Please sign in to comment.