Skip to content

travis-ci: run javadoc linter with travis #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

Artyomcool
Copy link

@Artyomcool Artyomcool commented Sep 1, 2020

It should help to fix javadoc issues much early then during mvn release:clean release:prepare.

Fixes #244

@tsafin tsafin requested a review from Totktonada September 1, 2020 21:05
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to see new contributors!

Several minor comments re processes:

  • Please, sink down Fixes #xxx to the end of the commit message (see examples). Personally I feel placing links, issue number and other metainformation within a subject line as bad practice: the subject line has very restricted length (usually softly limited to 50 symbols), but should be as descriptive as possible.
  • We usually use prefixes to ease distinguish changes around tests, CI, a particular code subsystem, no-behaviour-changes refactoring. There is no restricted set of such prefixes, but for CI changes I usually use 'travis-ci: ' (where Travis-CI is used).

@Totktonada Totktonada changed the title Fixes #244: run javadoc linter with travis travis-ci: run javadoc linter with travis Sep 1, 2020
@Artyomcool
Copy link
Author

fixed!

@Totktonada
Copy link
Member

tarantool-2.4 and tarantool-2.5 fails are due to tarantool/tarantool#4507, it is unrelated. I'll fix soon.

Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Totktonada
Copy link
Member

tarantool-2.4 and tarantool-2.5 fails are due to tarantool/tarantool#4507, it is unrelated. I'll fix soon.

Fixed in PR #256, but the next CI fail reveals (see comments). I'll leave CI red for a while: don't have enough attentiveness tonight :)

@Totktonada Totktonada merged commit a984846 into tarantool:master Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build: run javadoc linter in local testing and CI
2 participants