Skip to content

Commit 114282e

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: prevent GitHub linguist Makefile misdetection for justfiles
Add linguist-detectable=false to Justfile/justfile/Mustfile entries so GitHub stops classifying this repo as "Makefile" language. Also update SPDX header to PMPL-1.0-or-later. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f45c98a commit 114282e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf
@@ -33,9 +33,9 @@
3333
# Config
3434
.gitignore text eol=lf
3535
.gitattributes text eol=lf
36-
Justfile text eol=lf linguist-language=Just
37-
justfile text eol=lf linguist-language=Just
38-
Mustfile text eol=lf linguist-language=YAML
36+
Justfile text eol=lf linguist-language=Just linguist-detectable=false
37+
justfile text eol=lf linguist-language=Just linguist-detectable=false
38+
Mustfile text eol=lf linguist-language=YAML linguist-detectable=false
3939
Containerfile text eol=lf
4040

4141
# Scripts

0 commit comments

Comments
 (0)