-
Notifications
You must be signed in to change notification settings - Fork 0
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
PR test #1
base: master
Are you sure you want to change the base?
PR test #1
Conversation
Here is an overview of what got changed by this pull request: Issues
======
- Added 3
See the complete overview on Codacy |
import UIKit | ||
|
||
class CodacyTestFeatureViewController: UIViewController { | ||
var x = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codacy found an issue: Variable name should be between 3 and 40 characters long: 'x'
x = 2 * x + 1 | ||
x = 2 * x + 1 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codacy found an issue: Limit vertical whitespace to a single empty line. Currently 2.
var x = 0 | ||
override func viewDidLoad() { | ||
super.viewDidLoad() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codacy found an issue: Lines should not have trailing whitespace.
No description provided.