Skip to content

Commit

Permalink
datenanfragen#2025: Add suggested companies folder to json file end test
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Jan 1, 2023
1 parent f5da46f commit b0a7315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/checks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const linters = async () => {
url: 'https://github.com/datenanfragen/data/blob/master/src/checks/pack',
path_filter: (path: string) => path.startsWith('company-packs/'),
},
generic: {
genericlint: {
checks: await importChecks('generic'),
url: 'https://github.com/datenanfragen/data/blob/master/src/checks/generic',
path_filter: (path: string) => path.startsWith('companies/') || path.startsWith('company-packs/') || path.startsWith('supervisory-authorities/'),
path_filter: (path: string) => path.startsWith('companies/') || path.startsWith('company-packs/') || path.startsWith('supervisory-authorities/') || path.startsWith('suggested-companies/'),
},
};
};
Expand Down

0 comments on commit b0a7315

Please sign in to comment.