File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Development Environment Setup Tips
10
10
If you use IntelliJ IDEA, we include some helpful config files that will make your development experience smoother:
11
- - [ intellij-codestyle.xml] ( https://github. com/aws/aws-sdk-java-v2/blob /master/build-tools/src/main/resources/software/amazon/awssdk/intellij-codestyle.xml )
11
+ - [ intellij-codestyle.xml] ( https://raw.githubusercontent. com/aws/aws-sdk-java-v2/master/build-tools/src/main/resources/software/amazon/awssdk/intellij-codestyle.xml )
12
12
13
13
This will help ensure your code follows our code style guidelines.
14
14
15
- - [ intellij-copyright-profile.xml] ( https://github. com/aws/aws-sdk-java-v2/blob /master/build-tools/src/main/resources/software/amazon/awssdk/intellij-copyright-profile.xml )
15
+ - [ intellij-copyright-profile.xml] ( https://raw.githubusercontent. com/aws/aws-sdk-java-v2/master/build-tools/src/main/resources/software/amazon/awssdk/intellij-copyright-profile.xml )
16
16
17
17
This automatically inserts the license header to the top of source files that you create.
18
18
19
19
If you have Checkstyle integrated with your IDE, we also recommend
20
20
configuring it with our
21
- [ Checkstyle config] ( https://github. com/aws/aws-sdk-java-v2/blob /master/build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml )
21
+ [ Checkstyle config] ( https://raw.githubusercontent. com/aws/aws-sdk-java-v2/master/build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml )
22
22
so you can see any violations in line with the code.
23
23
24
24
### Building
You can’t perform that action at this time.
0 commit comments