| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
linting all code blocks in any markdown file. We are only producing warnings so not to break the build. (This will change) Also fixed all hard errors in this commit so not to break the build.
|
PatternFly-React preview: https://patternfly-react-pr-3474.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
Lets move the check to the circleci
- run:
name: MarkdownLint
command: yarn lint:md
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3474 +/- ##
======================================
Coverage 67.1% 67.1%
======================================
Files 903 903
Lines 25483 25483
Branches 2254 2254
======================================
Hits 17100 17100
Misses 7342 7342
Partials 1041 1041
Continue to review full report at Codecov.
|
Sorry, something went wrong.
Change enclosing <div> tag to empty tag in README file moved linting to run in circleCI fixed 'variant' line in README file.
make sure that circleCI step fails when there are 'errors'
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
|
||
| ```js noLive | ||
| /** Wrapped Link for DropdownItem list **/ | ||
| <> |
There was a problem hiding this comment.
@ddonahue007 Is it possible to make the eslint check our JSX to ensure we use <React.Fragment> instead of <>? That would fix some of our fullscreen examples.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
linting code blocks in any markdown file. We are only producing warnings so not to break the build. (This will change) Initial rules could change as well. This is a good starting point to cleanup linting errors.
fixed all hard errors in this commit so not to break the build.
linting is run for pf4 only. It is run as part of the 'build:pf4' target. It also can be run by itself calling 'lint:md'