Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.2
Choose a base ref
...
head repository: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 14 commits
  • 304 files changed
  • 7 contributors

Commits on May 18, 2020

  1. feat: Add tags checking rule - allows specify rules for any tag and v…

    …alidate that (#384)
    
    * adding tags check rule
    
    * fix missing commas
    
    * add polifil for old JS engines
    
    * add polifil for old JS engines
    
    * fix missing commas
    
    * fix indexOf
    
    * incrace code covarage
    
    * incrace code covarage
    
    * review fix
    
    * fix formating
    
    * fixing issues
    
    Co-authored-by: a.obitskyi <[email protected]>
    thedaviddias and a.obitskyi committed May 18, 2020
    Configuration menu
    Copy the full SHA
    475aaca View commit details
    Browse the repository at this point in the history
  2. feat: added attr-no-unnecessary-whitespace rule (#385)

    * Added attr-no-unnecessary-whitespace rule
    
    * add tests
    
    * remove console.log statement
    
    * fix: merge conflicts
    
    Co-authored-by: pcfutures <[email protected]>
    thedaviddias and jakewtaylor committed May 18, 2020
    Configuration menu
    Copy the full SHA
    03bfd4f View commit details
    Browse the repository at this point in the history
  3. test: add tests for HTML entities (#386)

    * Add test for &
    
    * Add a test to make sure well formed entities are not flagged
    
    * fix: char escape with &
    
    Co-authored-by: Ricardo Banffy <[email protected]>
    thedaviddias and rbanffy committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8ad7cff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bd40fb View commit details
    Browse the repository at this point in the history
  5. fix: add prettier and eslint (#388)

    * add eslintrc
    
    * eslint and prettier all files
    
    * fix: replace by npm script
    
    * fix: prettify more files
    
    * fixes based on review
    thedaviddias committed May 18, 2020
    Configuration menu
    Copy the full SHA
    aba3249 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e640e45 View commit details
    Browse the repository at this point in the history
  7. chore: improve code readability (#390)

    * chore: improve readability within bin
    
    * chore: improve readability in src base
    
    * chore: improve readability in src/rules
    Shinigami92 authored and thedaviddias committed May 18, 2020
    Configuration menu
    Copy the full SHA
    1aacc36 View commit details
    Browse the repository at this point in the history
  8. chore: use new labels (#389)

    Shinigami92 authored and thedaviddias committed May 18, 2020
    Configuration menu
    Copy the full SHA
    9fddad0 View commit details
    Browse the repository at this point in the history
  9. chore: add lint rule one-var:never (#392)

    * chore: add lint rule one-var:never
    
    * chore: apply one-var
    
    * chore: run prettier
    Shinigami92 authored and thedaviddias committed May 18, 2020
    Configuration menu
    Copy the full SHA
    771376d View commit details
    Browse the repository at this point in the history
  10. fix: use yml in semantic.yml

    Shinigami92 authored and thedaviddias committed May 18, 2020
    Configuration menu
    Copy the full SHA
    86f6700 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30b0af2 View commit details
    Browse the repository at this point in the history
  12. feat: new website for htmlhint.com (#395)

    * docs: new website for docs
    
    * fixes
    thedaviddias committed May 18, 2020
    Configuration menu
    Copy the full SHA
    5d0d95f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    616f9cd View commit details
    Browse the repository at this point in the history
  14. chore(release): 0.13.0 [skip ci]

    # [0.13.0](v0.12.2...v0.13.0) (2020-05-18)
    
    ### Bug Fixes
    
    * add prettier and eslint ([#388](#388)) ([aba3249](aba3249))
    * add semantic release test ([#399](#399)) ([616f9cd](616f9cd))
    * ignore PULL_REQUEST_TEMPLATE.md ([30b0af2](30b0af2))
    * use yml in semantic.yml ([86f6700](86f6700))
    
    ### Features
    
    * Add tags checking rule - allows specify rules for any tag and validate that ([#384](#384)) ([475aaca](475aaca))
    * added attr-no-unnecessary-whitespace rule ([#385](#385)) ([03bfd4f](03bfd4f))
    * new rule: input-requires-label - All inputs require a label ([#159](#159)) ([5bd40fb](5bd40fb))
    * new website for htmlhint.com ([#395](#395)) ([5d0d95f](5d0d95f))
    semantic-release-bot committed May 18, 2020
    Configuration menu
    Copy the full SHA
    b667d57 View commit details
    Browse the repository at this point in the history
Loading