mirror of
https://github.com/nishchayp/DAMN.git
synced 2026-04-25 07:05:58 +03:00
[PR #30] [CLOSED] Linting #30
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DAMN#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nishchayp/DAMN/pull/30
Author: @ekamwalia
Created: 1/2/2018
Status: ❌ Closed
Base:
master← Head:linting📝 Commits (10+)
ffa7633Initial app skeleton and user management248d18aremoved commented out code976af79implemented random state756b2d3Merge pull request #6 from nishchayp/random-state19d146bchanged router to julienschmidt and added rules to model.go669c15eResolved merge request6b2506bAdded admin routes and models8e4da41Merge pull request #8 from nishchayp/admin-routes2e84913added scripts that can copy and remove ssh keys632b698intergrated 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
golint.go vetto clear out unreachable and dead codedeppackage to take care of dependencies🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.