Skip to content
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

refactor: simplify tests #1089

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexandear
Copy link
Contributor

This PR simplifies test code.

Explanation:

  • len(revive.lintingRules) is 0 if revive.lintingRules is nil.
  • The lambda func(file string) ([]byte, error) { return os.ReadFile(file) } can be simply os.ReadFile.
  • Every case has an implicit break statement, which is familiar to every Go developer.

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.

2 participants