-
Notifications
You must be signed in to change notification settings - Fork 237
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mgechev/codelyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mgechev/codelyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 8 files changed
- 3 contributors
Commits on Jun 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 28bd75a - Browse repository at this point
Copy the full SHA 28bd75aView commit details -
fix(no-output-on-prefix): fix regular expression (#674)
* fix(no-output-on-prefix): fix regular expression this commit fixes incorrect behavior when memberName contains 'on' suffix in the word, for example selectionChanged. ``` /on((?![a-z])|(?=$))/.test('selectionChanged'); // true /^on((?![a-z])|(?=$))/.test('selectionChanged'); // false ``` * test(no-output-on-prefix): add more test cases * style(no-output-on-prefix): fix misspellings
Configuration menu - View commit details
-
Copy full SHA for adc974a - Browse repository at this point
Copy the full SHA adc974aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de3cd32 - Browse repository at this point
Copy the full SHA de3cd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfa89c - Browse repository at this point
Copy the full SHA 4dfa89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b94f7 - Browse repository at this point
Copy the full SHA 52b94f7View commit details
Commits on Jun 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6942e18 - Browse repository at this point
Copy the full SHA 6942e18View commit details
There are no files selected for viewing