Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update the check for root htmlhintrc #285

Merged
merged 2 commits into from
Sep 1, 2018

Conversation

thedaviddias
Copy link
Member

Fixes: #163 and #181

  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check your code additions will fail neither code linting checks nor unit test.

Short description of what this resolves:

The fix was originally suggested by @phaux and make HTMLHint checking the root for the config file.

Proposed changes:

  • Change the tmpConfigFilve variable.
  • Force the console to "break" if base is not found.

@thedaviddias thedaviddias added bug Functionality that does not work as intended/expected #status: accepted 👍 labels Sep 1, 2018
@codecov-io
Copy link

codecov-io commented Sep 1, 2018

Codecov Report

Merging #285 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #285   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            1      1           
  Lines            1      1           
======================================
  Hits             1      1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e56286d...93191f7. Read the comment docs.

@thedaviddias thedaviddias changed the title chore: update the check for root htmlhintrc fix: update the check for root htmlhintrc Sep 1, 2018
Copy link
Contributor

@Shinigami92 Shinigami92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's ok for now
In general, the method can be completely rewritten to be more secure and perform better, but we can do that later

@thedaviddias thedaviddias merged commit d51803f into develop Sep 1, 2018
@thedaviddias thedaviddias deleted the feature/181-htmlhintrc-root-check branch September 1, 2018 12:56
thedaviddias added a commit that referenced this pull request Sep 3, 2018
**Fixes**: #163 and #181

- [x] Check the commit's or even all commits' message styles matches our requested structure.
- [x] Check your code additions will fail neither code linting checks nor unit test.

#### Short description of what this resolves:

The fix was originally suggested by @phaux and make HTMLHint checking the root for the config file. 

#### Proposed changes:

- Change the tmpConfigFilve variable.
- Force the console to "break" if base is not found.
thedaviddias added a commit that referenced this pull request Sep 3, 2018
**Fixes**: #163 and #181

- [x] Check the commit's or even all commits' message styles matches our requested structure.
- [x] Check your code additions will fail neither code linting checks nor unit test.

#### Short description of what this resolves:

The fix was originally suggested by @phaux and make HTMLHint checking the root for the config file. 

#### Proposed changes:

- Change the tmpConfigFilve variable.
- Force the console to "break" if base is not found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants