Skip to content

Commit

Permalink
regex tweak
Browse files Browse the repository at this point in the history
Former-commit-id: 32d7a7c
Former-commit-id: d86f332c721238278152ca42e33c5a2deb943875
  • Loading branch information
ajvpot committed Nov 29, 2022
1 parent 29a54b5 commit ed41e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const cssRegex = /\.(css|scss|sass|less)$/i;
const buildOutputRegex = /\/build\//i;
const golangRegex = /\.go$/i;
const markdownRegex = /\.mdx?$/i;
const generatedFilesRegex = /(gen\.go$|generated|schema\.graphql$|_enumer\.go|gogen)/;
const generatedFilesRegex = /(gen\.go$|generated|schema\.graphql$|_enumer\.go$|gogen)/;

const bslLicenseRegex = /.*\/bsl\/.*/i

Expand Down

0 comments on commit ed41e7d

Please sign in to comment.