Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 2b6910e

Browse files
authored
chore(git): mark additional generated files in the gitattributes (#2982)
1 parent 1cf50b0 commit 2b6910e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ crates/rome_js_parser/src/lexer/tables.rs linguist-generated=true text=auto eol=
33
**/generated/* linguist-generated=true text=auto eol=lf
44
crates/rome_js_analyze/src/analyzers.rs linguist-generated=true text=auto eol=lf
55
crates/rome_js_analyze/src/assists.rs linguist-generated=true text=auto eol=lf
6+
crates/rome_js_analyze/src/semantic_analyzers.rs linguist-generated=true text=auto eol=lf
7+
crates/rome_js_analyze/src/analyzers/*.rs linguist-generated=true text=auto eol=lf
8+
crates/rome_js_analyze/src/assists/*.rs linguist-generated=true text=auto eol=lf
9+
crates/rome_js_analyze/src/semantic_analyzers/*.rs linguist-generated=true text=auto eol=lf
610
crates/rome_js_analyze/src/registry.rs linguist-generated=true text=auto eol=lf
11+
crates/rome_service/src/configuration/linter/rules.rs linguist-generated=true text=auto eol=lf
12+
website/src/docs/lint/rules/**/*.md linguist-generated=true text=auto eol=lf
713

814

915
crates/rome_js_formatter/tests/**/*.ts.prettier-snap linguist-language=TypeScript

.github/workflows/pull_request.yml

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
with:
120120
command: codegen
121121
args: analyzer
122+
- name: Run the configuration codegen
123+
uses: actions-rs/cargo@v1
124+
with:
125+
command: codegen
126+
args: configuration
122127
- name: Run the website codegen
123128
uses: actions-rs/cargo@v1
124129
with:

0 commit comments

Comments
 (0)