Skip to content

Commit a666ddf

Browse files
chore: estate-wide cleanup - remove rsr-antipattern workflows, update config
- Add justfile rule to .editorconfig - Normalize justfile case in .gitattributes, remove .a2ml TOML mapping - Delete rsr-antipattern.yml workflow files (root and affinescript/) - Update .gitignore with additional patterns - Remove AffineScript source rule from affinescript/.gitattributes - Normalize CodeQL version tags from v3.28.1 to v3 Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent f2af801 commit a666ddf

7 files changed

Lines changed: 16 additions & 105 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ indent_size = 2
6363
indent_style = space
6464
indent_size = 4
6565

66+
[justfile]
67+
indent_style = space
68+
indent_size = 4

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*.hs text eol=lf
1717
*.chpl text eol=lf
1818
*.scm text eol=lf
19-
*.a2ml text eol=lf linguist-language=TOML
2019
*.ncl text eol=lf
2120
*.nix text eol=lf
2221

@@ -34,7 +33,7 @@
3433
# Config
3534
.gitignore text eol=lf
3635
.gitattributes text eol=lf
37-
Justfile text eol=lf
36+
justfile text eol=lf
3837
Makefile text eol=lf
3938
Containerfile text eol=lf
4039

.github/workflows/rsr-antipattern.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,13 @@ deps/
106106
.cache/
107107
build/
108108
dist/
109+
*.db
110+
*.db-journal
111+
*.db-shm
112+
*.db-wal
113+
.claude/
114+
.editorconfig
115+
/exports/*.json
116+
/exports/*.lgt
117+
composer/*.beam
118+
composer/build/

affinescript/.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
* text=auto eol=lf
55

6-
# AffineScript source
7-
*.affine text eol=lf linguist-language=AffineScript
8-
96
# Source
107
*.rs text eol=lf diff=rust
118
*.ex text eol=lf diff=elixir

affinescript/.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.28.1
30+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3
3131
with:
3232
languages: ${{ matrix.language }}
3333
build-mode: ${{ matrix.build-mode }}
3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.28.1
35+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3
3636
with:
3737
category: "/language:${{ matrix.language }}"

affinescript/.github/workflows/rsr-antipattern.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)