-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; codemetrics.el --- Plugin shows complexity information -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2023-2024 Shen, Jen-Chieh | ||
;; Copyright (C) 2023-2025 Shen, Jen-Chieh | ||
|
||
;; Author: Shen, Jen-Chieh <[email protected]> | ||
;; Maintainer: Shen, Jen-Chieh <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; bash-test.el --- Bash language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; c-test.el --- C language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; go-test.el --- Go language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; java-test.el --- Java language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; javascript-test.el --- JavaScript language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; kotlin-test.el --- Kotlin language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; lua-test.el --- Lua language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; rust-test.el --- Rust language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; test-helper.el --- General test utilities for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; typescript-test.el --- TypeScript language tests for codemetrics.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2024 Marie Katrine Ekeberg | ||
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg | ||
|
||
;; Author: Marie Katrine Ekeberg <[email protected]> | ||
|
||
|