codelyzer
codelyzer copied to clipboard
Static analysis for Angular projects.
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. Commits ab73503 Bump to v4.5.0. a4f7d4c Rebuild lodash and docs. cca5ac6 Fix npm-test by removing the call to test-docs. 9f7f9fc Adjust heading order. [ci...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...
**Describe the bug** The rule should exclude interactive elements. Buttons are indeed excluded, however, anchor tags with click events (without key events) still cause a lint error: `My link` >...
**Purpose** I am starting to learn about codelyzer, and wanted to get started by debugging the tests, to understand how codelyzer works. **Questions** Should we try to add a debug...
**Describe the bug** I'm facing an issue when I don't want to set explicit text content for a button element but I want to use `aria-label` for assistive technologies instead....
Hi All, I got below error when i execute npm run lint command (ERROR : [email protected] lint: `gulp tslint) Actually i want to run my code through codelyzer and im...
**Describe the bug** When the rule `relative-url-prefix` is enabled it considers deep relative URLs to **not** be prefixed correctly. ```TypeScript // Codelyzer considers valid: './foo.ts' // Codelyzer considers invalid: './../foo.ts'...