Commit 602a5ef
authored
Use AST parser to validate alt text - markdown-lint (#33)
* Use AST parser to check alt text
* test
* AST with markdownkint
* clean
* bump markdownlint
* bump
* Update src/index.js
* Apply suggestions from code review
* Update action.yml
* check in nodes
* check in nodes
* check in nodes
* check in nodes1 parent b5828a5 commit 602a5ef
9,715 files changed
Lines changed: 686959 additions & 951 deletions
File tree
- .github/workflows
- node_modules
- .bin
- @ampproject/remapping
- dist
- types
- @babel
- code-frame
- lib
- node_modules
- ansi-styles
- chalk
- types
- color-convert
- color-name
- has-flag
- supports-color
- compat-data
- data
- core
- lib
- config
- files
- helpers
- validation
- errors
- gensync-utils
- parser
- util
- tools
- transformation
- file
- util
- vendor
- src
- config
- files
- generator
- lib
- generators
- node
- helper-compilation-targets
- lib
- helper-environment-visitor
- lib
- helper-function-name
- lib
- helper-hoist-variables
- lib
- helper-module-imports
- lib
- helper-module-transforms
- lib
- helper-plugin-utils
- lib
- helper-simple-access
- lib
- helper-split-export-declaration
- lib
- helper-string-parser
- lib
- helper-validator-identifier
- lib
- scripts
- helper-validator-option
- lib
- helpers
- lib
- helpers
- scripts
- highlight
- lib
- node_modules
- ansi-styles
- chalk
- types
- color-convert
- color-name
- has-flag
- supports-color
- parser
- bin
- lib
- typings
- plugin-syntax-async-generators
- lib
- plugin-syntax-bigint
- lib
- plugin-syntax-class-properties
- lib
- plugin-syntax-import-meta
- lib
- plugin-syntax-json-strings
- lib
- plugin-syntax-jsx
- lib
- plugin-syntax-logical-assignment-operators
- lib
- plugin-syntax-nullish-coalescing-operator
- lib
- plugin-syntax-numeric-separator
- lib
- plugin-syntax-object-rest-spread
- lib
- plugin-syntax-optional-catch-binding
- lib
- plugin-syntax-optional-chaining
- lib
- plugin-syntax-top-level-await
- lib
- plugin-syntax-typescript
- lib
- runtime
- helpers
- esm
- regenerator
- template
- lib
- traverse
- lib
- path
- inference
- lib
- scope
- lib
- types
- lib
- asserts
- generated
- ast-types/generated
- builders
- flow
- generated
- react
- typescript
- clone
- comments
- constants
- generated
- converters
- definitions
- modifications
- flow
- typescript
- retrievers
- traverse
- utils
- react
- validators
- generated
- react
- @bcoe/v8-coverage
- dist/lib
- _src
- src
- lib
- test
- @github/markdownlint-github
- .github
- workflows
- docs/rules
- src
- helpers
- rules
- style
- test
- utils
- @istanbuljs
- load-nyc-config
- schema
- @jest
- console
- build
- core
- build
- cli
- lib
- plugins
- environment
- build
- expect-utils
- build
- expect
- build
- fake-timers
- build
- globals
- build
- reporters
- assets
- build
- schemas
- build
- source-map
- build
- test-result
- build
- test-sequencer
- build
- transform
- build
- types
- build
- @jridgewell
- gen-mapping
- dist
- types
- resolve-uri
- dist
- types
- set-array
- dist
- types
- src
- sourcemap-codec
- dist
- types
- trace-mapping
- dist
- types
- @sinclair/typebox
- compiler
- errors
- system
- value
- @sinonjs
- commons
- lib
- prototypes
- types
- prototypes
- fake-timers
- src
- @types
- babel__core
- babel__generator
- babel__template
- babel__traverse
- graceful-fs
- istanbul-lib-coverage
- istanbul-lib-report
- istanbul-reports
- node
- assert
- dns
- fs
- readline
- stream
- timers
- ts4.8
- assert
- dns
- fs
- readline
- stream
- timers
- stack-utils
- yargs-parser
- yargs
- all-contributors-cli
- dist
- contributors
- generate
- init
- repo
- util
- ansi-escapes
- ansi-regex
- ansi-styles
- anymatch
- argparse
- lib
- action
- append
- store
- argument
- help
- async
- dist
- internal
- babel-jest
- build
- babel-plugin-istanbul
- lib
- node_modules/istanbul-lib-instrument
- src
- babel-plugin-jest-hoist
- build
- babel-preset-current-node-syntax
- scripts
- src
- babel-preset-jest
- balanced-match
- .github
- brace-expansion
- braces
- lib
- browserslist
- bser
- buffer-from
- callsites
- camelcase
- caniuse-lite
- data
- features
- regions
- dist
- lib
- unpacker
- chalk
- source
- char-regex
- chardet
- encoding
- ci-info
- cjs-module-lexer
- dist
- cli-cursor
- cli-width
- .nyc_output
- processinfo
- cliui
- collect-v8-coverage
- color-convert
- color-name
- concat-map
- example
- test
- convert-source-map
- co
- create-jest
- bin
- build
- cross-spawn
- lib
- util
- debug
- src
- decamelize
- dedent
- dist
- deepmerge
- dist
- detect-newline
- didyoumean
- diff-sequences
- build
- electron-to-chromium
- emittery
- emoji-regex
- es2015
- entities
- lib
- generated
- maps
- error-ex
- escalade
- dist
- sync
- escape-string-regexp
- esprima
- bin
- dist
- execa
- lib
- exit
- lib
- test
- fixtures
- expect
- build
- external-editor
- main
- errors
- fast-json-stable-stringify
- .github
- benchmark
- example
- test
- fb-watchman
- figures
- fill-range
- find-up
- fs.realpath
- gensync
- test
- get-caller-file
- get-package-type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
29 | 25 | | |
30 | | - | |
31 | | - | |
| 26 | + | |
32 | 27 | | |
33 | | - | |
34 | 28 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 57 | + | |
64 | 58 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
75 | 73 | | |
| 74 | + | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
0 commit comments