[PR #30] [CLOSED] Linting #30

Closed
opened 2026-02-27 15:39:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nishchayp/DAMN/pull/30
Author: @ekamwalia
Created: 1/2/2018
Status: Closed

Base: masterHead: linting


📝 Commits (10+)

  • ffa7633 Initial app skeleton and user management
  • 248d18a removed commented out code
  • 976af79 implemented random state
  • 756b2d3 Merge pull request #6 from nishchayp/random-state
  • 19d146b changed router to julienschmidt and added rules to model.go
  • 669c15e Resolved merge request
  • 6b2506b Added admin routes and models
  • 8e4da41 Merge pull request #8 from nishchayp/admin-routes
  • 2e84913 added scripts that can copy and remove ssh keys
  • 632b698 intergrated scripts with api

📊 Changes

1851 files changed (+639232 additions, -146 deletions)

View changed files

.gitignore (+0 -0)
.idea/DAMN.iml (+8 -0)
.idea/modules.xml (+8 -0)
.idea/vcs.xml (+6 -0)
.idea/workspace.xml (+166 -0)
Gopkg.lock (+111 -0)
Gopkg.toml (+41 -0)
angular-src/.angular-cli.json (+91 -0)
angular-src/.editorconfig (+13 -0)
angular-src/.gitignore (+42 -0)
angular-src/README.md (+27 -0)
angular-src/e2e/app.e2e-spec.ts (+14 -0)
angular-src/e2e/app.po.ts (+11 -0)
angular-src/e2e/tsconfig.e2e.json (+14 -0)
angular-src/gulpfile.js (+46 -0)
angular-src/karma.conf.js (+33 -0)
angular-src/package.json (+57 -0)
angular-src/protractor.conf.js (+28 -0)
angular-src/src/admin-styles.css (+27 -0)
angular-src/src/admin.html (+19 -0)

...and 80 more files

📄 Description

  • Linted the code using golint.
  • Used go vet to clear out unreachable and dead code
  • Used dep package to take care of dependencies

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nishchayp/DAMN/pull/30 **Author:** [@ekamwalia](https://github.com/ekamwalia) **Created:** 1/2/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `linting` --- ### 📝 Commits (10+) - [`ffa7633`](https://github.com/nishchayp/DAMN/commit/ffa7633170da04b998a3130ac1e71c813bae8dae) Initial app skeleton and user management - [`248d18a`](https://github.com/nishchayp/DAMN/commit/248d18a50c57459d08d20094f495840d72f378e8) removed commented out code - [`976af79`](https://github.com/nishchayp/DAMN/commit/976af7906d330c45d0fdf060179be7de2b65213e) implemented random state - [`756b2d3`](https://github.com/nishchayp/DAMN/commit/756b2d358352f0d7314e40f32edd11dd6e31cf3d) Merge pull request #6 from nishchayp/random-state - [`19d146b`](https://github.com/nishchayp/DAMN/commit/19d146b6ed0230728794475367661eba71354403) changed router to julienschmidt and added rules to model.go - [`669c15e`](https://github.com/nishchayp/DAMN/commit/669c15ea2159b1f27b15b953d91f4d25fc1abc89) Resolved merge request - [`6b2506b`](https://github.com/nishchayp/DAMN/commit/6b2506b327ae614362c266508cc222ce008754e5) Added admin routes and models - [`8e4da41`](https://github.com/nishchayp/DAMN/commit/8e4da41c1df07594937b28bf3e18e6aa7552e1ea) Merge pull request #8 from nishchayp/admin-routes - [`2e84913`](https://github.com/nishchayp/DAMN/commit/2e84913a31d7f41a0afb4eddcb568ca38412a556) added scripts that can copy and remove ssh keys - [`632b698`](https://github.com/nishchayp/DAMN/commit/632b69836217548d3061914568474c6ef39676bc) intergrated scripts with api ### 📊 Changes **1851 files changed** (+639232 additions, -146 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+0 -0) ➕ `.idea/DAMN.iml` (+8 -0) ➕ `.idea/modules.xml` (+8 -0) ➕ `.idea/vcs.xml` (+6 -0) ➕ `.idea/workspace.xml` (+166 -0) ➕ `Gopkg.lock` (+111 -0) ➕ `Gopkg.toml` (+41 -0) ➕ `angular-src/.angular-cli.json` (+91 -0) ➕ `angular-src/.editorconfig` (+13 -0) ➕ `angular-src/.gitignore` (+42 -0) ➕ `angular-src/README.md` (+27 -0) ➕ `angular-src/e2e/app.e2e-spec.ts` (+14 -0) ➕ `angular-src/e2e/app.po.ts` (+11 -0) ➕ `angular-src/e2e/tsconfig.e2e.json` (+14 -0) ➕ `angular-src/gulpfile.js` (+46 -0) ➕ `angular-src/karma.conf.js` (+33 -0) ➕ `angular-src/package.json` (+57 -0) ➕ `angular-src/protractor.conf.js` (+28 -0) ➕ `angular-src/src/admin-styles.css` (+27 -0) ➕ `angular-src/src/admin.html` (+19 -0) _...and 80 more files_ </details> ### 📄 Description - Linted the code using `golint`. - Used `go vet` to clear out unreachable and dead code - Used `dep` package to take care of dependencies --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:39:03 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DAMN#30
No description provided.