Skip to content

Commit

Permalink
update regex
Browse files Browse the repository at this point in the history
Former-commit-id: 9229e59
Former-commit-id: aacead7a01d55826bbe5b77d819f72301c7f7b56
  • Loading branch information
ajvpot committed Nov 29, 2022
1 parent 7ea40fa commit 29a54b5
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 29a54b5

Please sign in to comment.