Skip to content

Commit

Permalink
[fix] Bad styleguide import link (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Sep 30, 2024
1 parent db1fa2f commit 7751246
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 222 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
with:
distribution: "zulu"
java-version: "23" # Always use the latest JDK for building
- name: Install dependencies
run: make install
- name: Run CheckStyle checks
uses: nikitasavinov/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ cassettes/

# Coverage
*.lcov

# Imported linting config
easypost_java_style.xml
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ coverage:
## install-checkstyle - Install CheckStyle
install-checkstyle:
curl -LJs https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.3.1/checkstyle-10.3.1-all.jar -o checkstyle.jar
curl -LJs https://raw.githubusercontent.com/EasyPost/easypost-java/master/easypost_java_style.xml -o easypost_java_style.xml
curl -LJs https://raw.githubusercontent.com/EasyPost/examples/refs/heads/master/style_guides/java/easypost_java_style.xml -o easypost_java_style.xml

## install - Install requirements
install: | install-checkstyle
Expand Down
221 changes: 0 additions & 221 deletions easypost_java_style.xml

This file was deleted.

0 comments on commit 7751246

Please sign in to comment.