-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Host style guides in examples repo (#95)
- Consolidate Ruby style guides - Consolidate Python style guides - Consolidate PHP style guides - Consolidate .NET style guides - Consolidate Java style guides - Consolidate Go style guides - Consolidate Node style guides - Add lint step to CI for Java - Remove duplicate CheckStyle check for Java - Update Makefile steps to copy style guides to path (via symlink) when "installing" - Ignore root-level style guides - Update Node dependencies to match CL as much as needed - Pass folder scope in PHP lint and fix commands - Some Python lints - Fix format-ruby Make step
- Loading branch information
Showing
27 changed files
with
1,860 additions
and
2,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,13 +48,8 @@ jobs: | |
uses: actions/checkout@v3 | ||
- name: Install Java dependencies | ||
run: make install-java | ||
- name: Run CheckStyle checks | ||
uses: nikitasavinov/[email protected] | ||
with: | ||
level: error | ||
fail_on_error: true | ||
checkstyle_config: easypost_java_style.xml | ||
tool_name: 'style_enforcer' | ||
- name: Lint project | ||
run: make lint-java | ||
node: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.