Skip to content

Commit b4e7c43

Browse files
Update config
1 parent 74e4a2b commit b4e7c43

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
# with a line that has trailing white space. Many of our recorded
4343
# tests use strings with trailing white space to represent the final
4444
# document contents. For example
45-
# data/fixtures/recorded/languages/ruby/changeCondition.yml
45+
# resources/fixtures/recorded/languages/ruby/changeCondition.yml
4646
exclude: ^resources/fixtures/recorded/.*/[^/]*\.yml$|\.scope$|/generated/|^resources/patches/
4747

4848
- repo: local

packages/lib-node-common/src/getFixturePaths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as path from "path";
77
import { walkFilesSync } from "./walkSync";
88

99
export function getFixturesPath() {
10-
return path.join(getCursorlessRepoRoot(), "data", "fixtures");
10+
return path.join(getCursorlessRepoRoot(), "resources", "fixtures");
1111
}
1212

1313
export function getPackagePath(name: string) {

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)