mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
feat: check errors in the configuration file (#720)
* feat: check errors in the configuration file feat: added --lint-config option for lint command chore: added few test chore: added UT's for handle lint chore: added UT's for handle lint * fix: fixed conflicts * chore: resolv conflicts * chore: add e2e test for lint-config, update coverageThreshold * fix: fixed typo * chore: lint missed part of code fix: fix path in shapshot e2e test fix: fix path in shapshot e2e test * chore: update branch and resolve conflicts * chore: PR comments and lint fix * fix: fix typo in tests Co-authored-by: SmoliyY <yevhen.smoliy@gmail.com>
This commit is contained in:
@@ -17,10 +17,10 @@ module.exports = {
|
||||
lines: 77,
|
||||
},
|
||||
'packages/cli/': {
|
||||
statements: 33,
|
||||
branches: 28,
|
||||
functions: 29,
|
||||
lines: 34,
|
||||
statements: 37,
|
||||
branches: 30,
|
||||
functions: 32,
|
||||
lines: 39,
|
||||
},
|
||||
},
|
||||
testMatch: ['**/__tests__/**/*.test.ts', '**/*.test.ts'],
|
||||
|
||||
Reference in New Issue
Block a user