You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -772,7 +772,7 @@
772
772
| [[email protected]](https://github.com/camacho/markdown-magic-install-command#readme) | Print install commandfor markdown file | 1.3.1 | MIT | dev |
773
773
| [[email protected]](https://github.com/camacho/markdown-magic-package-scripts#readme) | Print list of scripts in package.json with descriptions | 1.2.1 | MIT | dev |
774
774
| [[email protected]](https://github.com/nodesecurity/nsp#readme) | The Node Security (nodesecurity.io) command line interface | 3.1.0 | Apache-2.0 | dev |
775
-
| [snyk@1.48.1](https://github.com/snyk/snyk#readme) | snyk library and cli utility | 1.48.1 | Apache-2.0 | dev |
775
+
| [snyk@1.49.1](https://github.com/snyk/snyk#readme) | snyk library and cli utility | 1.48.1 | Apache-2.0 | dev |
776
776
| [[email protected]](https://github.com/conventional-changelog/standard-version#readme) | replacement for`npm version` with automatic CHANGELOG generation | 4.2.0 | ISC | dev |
> Enforce and report code quality with JUnit, JaCoCo, Hamcrest, FindBugs, PMD, CodeNarc, Checkstyle (Google), Enforcer, Duplicate-Finder, JDepend, and more with this Maven POM.
1.**fmt-maven-plugin**formats your code using [`google-java-format`](https://github.com/google/google-java-format), which follows [Google's code styleguide](https://google.github.io/styleguide/javaguide.html) ([`fmt-maven-plugin`](https://github.com/coveo/fmt-maven-plugin))
The **purpose of the project** is to use the Maven Site Plugin to:
61
61
62
62
1. Use the Maven Site Plugin to generate meaningful test and quality reporting artifacts
63
-
2. Enforce test coverage thresholds and code standards
64
-
3. Prevent source code that does not conform to standards from being merged into `master`.
63
+
1. Enforce test coverage thresholds and code standards
64
+
1. Prevent source code that does not conform to standards from being merged into `master`.
65
65
66
66
## 2. Prerequisite software
67
67
@@ -73,8 +73,8 @@ The **purpose of the project** is to use the Maven Site Plugin to:
73
73
`maven-code-quality-pom` is written in Java, which must be installed prior to use. `maven-code-quality-pom` manages Java dependencies with Maven and NPM for JavaScript dependencies.
_Highlight important security issues/concerns in this section._
175
+
> [View reports on SonarCloud](https://sonarcloud.io/dashboard?id=gregswindle-github).
190
176
191
-
## 7. Semantic version and `CHANGELOG`
177
+
## 5. Semantic version and `CHANGELOG`
192
178
193
179
The latest version of `maven-code-quality-pom` is `0.0.1-SNAPSHOT`. View the [`CHANGELOG`][changelog-url] for details.
194
180
195
-
## 8. Contributing to `maven-code-quality-pom`
181
+
## 6. Contributing to `maven-code-quality-pom`
182
+
196
183
> [![Learn how to make a Pull Request with free training][prs-welcome-badge-image]][prs-welcome-url]
197
184
>
198
185
> We welcome contributors with [Pull Requests][prs-welcome-url]!
199
186
200
-
**[Read Contributing to `maven-code-quality-pom` to get started.][contributing-url]**
187
+
**[:four_leaf_clover:Read Contributing to `maven-code-quality-pom` to get started.:four_leaf_clover:][contributing-url]**
201
188
202
189
Contributions in the form of GitHub pull requests are welcome. Before embarking on a significant change, please adhere to the following guidelines:
203
190
204
191
1. Read the [Code of Conduct][code-of-conduct-url].
205
192
1. Create an issue to discuss the proposed change and ensure that it is likely to be merged:
206
-
*[Report a defect][issues-new-defect-url] (aka "bug")
207
-
*[Request a new feature][issues-new-feat-url]
193
+
-[Report a defect][issues-new-defect-url] (aka "bug")
194
+
-[Request a new feature][issues-new-feat-url]
208
195
1. Follow [Contributing to `maven-code-quality-pom`][contributing-url]'s coding conventions and Git workflow if you're willing and able to program (or want to learn how).
0 commit comments