Skip to content

Commit

Permalink
Merge pull request #1 from keonik/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
stayInpulse committed Oct 22, 2019
2 parents 541c419 + 29e9c73 commit bfd2f93
Show file tree
Hide file tree
Showing 30 changed files with 8,175 additions and 5,836 deletions.
126 changes: 0 additions & 126 deletions .sass-lint.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.3](https://github.com/keonik/react-redux-quality-control-bp/compare/v0.1.2...v0.1.3) (2019-10-18)


### Features

* **testing:** Added Google Lighthouse script to run browser testing metrics ([996e1ea](https://github.com/keonik/react-redux-quality-control-bp/commit/996e1ea))

### [0.1.2](https://github.com/keonik/react-redux-quality-control-bp/compare/v0.1.1...v0.1.2) (2019-10-17)

### 0.1.1 (2019-09-27)


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
App built on top of `create-react-app` utilizing redux, sass, eslint, prettier, cypress, and more. Be sure to utilize sonarqube as well to monitor your code quality prior to releases.
App built on top of `create-react-app` utilizing redux, eslint, prettier, and more. Be sure to utilize sonarqube as well to monitor your code quality prior to releases.

## Available Scripts

Expand All @@ -14,17 +14,17 @@ The page will reload if you make edits.<br> You will also see any lint errors in

Auto runs tests and generates coverage files for sonar-qube and cli viewing.

### `npm run e2e`
### `npm run lighthouse`

Runs `cypress` to validate end to end spec files
Run's Google Lighthouse in browser testing tool

### `npm run lint`

Runs eslint and sass-lint checks to improve code quality.

### `npm run format`

Runs eslint and sass-lint to auto fix potentially resolvable issues from cli.
Runs eslint to auto fix potentially resolvable issues from cli.

### `npm run prettier`

Expand All @@ -38,14 +38,14 @@ Runs `eslint --fix` to attempt at auto resolve eslint errors

Runs `prettier` to format code according to `.prettierrc`

### `npm run format:sass`

Runs `sass-lint-auto-fix` to attempt at auto resolve sass file lint errors

### `npm run release`

Runs `standard version --no-verify` which will auto generate change log updates based on commit messages making it easier to track changes in your `master` branch.

### `npm run security`

Runs `npm audit` and `npm outdated` to see if your program has outdated dependencies or potential security vulnerabilities.

### `npm run sonar`

Runs `sonar-scanner` to send code quality analysis information to Mile Two's [Sonar Qube](http://sonar.mile-two.com) instance.
Expand Down
6 changes: 0 additions & 6 deletions cypress.json

This file was deleted.

8 changes: 0 additions & 8 deletions cypress/integration/indexhtm_200.spec

This file was deleted.

17 changes: 0 additions & 17 deletions cypress/plugins/index.js

This file was deleted.

25 changes: 0 additions & 25 deletions cypress/support/commands.js

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/index.js

This file was deleted.

0 comments on commit bfd2f93

Please sign in to comment.