Skip to content

Commit

Permalink
Merge pull request #22738 from CodingSpiderFox/fix/consistent-casing
Browse files Browse the repository at this point in the history
docs: use consistent uppercase "J"
  • Loading branch information
DanielFran authored Jul 2, 2023
2 parents 2e14d33 + 4574ff4 commit 6212ed1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
- All features or bug fixes **must be tested** by one or more tests.
- All files must follow the [.editorconfig file](http://editorconfig.org/) located at the root of the JHipster generator project. Please note that generated projects use the same `.editorconfig` file, so that both the generator and the generated projects share the same configuration.
- Java files **must be** formatted using Intellij IDEA default code style.
- Java files **must be** formatted using IntelliJ IDEA default code style.
- Generators JavaScript files **must follow** the eslint configuration defined at the project root, which is based on [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript).
- Any client side feature/change should be done for both Angular and react clients
- Web apps JavaScript files **must follow** [Google's JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html).
Expand Down
8 changes: 4 additions & 4 deletions generators/ci-cd/__snapshots__/ci-cd.spec.mts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ services:
"stateCleared": "modified",
},
"src/main/resources/idea.gdsl": {
"contents": "// Jenkinsfile completions for Intellij IDEA
"contents": "// Jenkinsfile completions for IntelliJ IDEA
def ctx = context(scope: scriptScope())
contributor(ctx) {
Expand Down Expand Up @@ -2566,7 +2566,7 @@ services:
"stateCleared": "modified",
},
"src/main/resources/idea.gdsl": {
"contents": "// Jenkinsfile completions for Intellij IDEA
"contents": "// Jenkinsfile completions for IntelliJ IDEA
def ctx = context(scope: scriptScope())
contributor(ctx) {
Expand Down Expand Up @@ -2751,7 +2751,7 @@ services:
"stateCleared": "modified",
},
"src/main/resources/idea.gdsl": {
"contents": "// Jenkinsfile completions for Intellij IDEA
"contents": "// Jenkinsfile completions for IntelliJ IDEA
def ctx = context(scope: scriptScope())
contributor(ctx) {
Expand Down Expand Up @@ -3022,7 +3022,7 @@ services:
"stateCleared": "modified",
},
"src/main/resources/idea.gdsl": {
"contents": "// Jenkinsfile completions for Intellij IDEA
"contents": "// Jenkinsfile completions for IntelliJ IDEA
def ctx = context(scope: scriptScope())
contributor(ctx) {
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/jenkins/idea.gdsl.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jenkinsfile completions for Intellij IDEA
// Jenkinsfile completions for IntelliJ IDEA

def ctx = context(scope: scriptScope())
contributor(ctx) {
Expand Down

0 comments on commit 6212ed1

Please sign in to comment.