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

docs: use consistent uppercase "J" #22738

Merged
merged 1 commit into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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