Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FizzBuzz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab Basics
FizzBuzz
Merge requests
!5
Implemented fizzbuzz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Implemented fizzbuzz
ignacio.garcia/fizzbuzz:master
into
master
Overview
1
Commits
5
Pipelines
3
Changes
9
Open
Implemented fizzbuzz
Iñaki García
requested to merge
ignacio.garcia/fizzbuzz:master
into
master
Jul 16, 2020
Overview
1
Commits
5
Pipelines
3
Changes
9
My solution
Edited
Jul 16, 2020
by
Iñaki García
0
0
Merge request reports
Compare
master
version 2
8280dba2
Jul 16, 2020
version 1
713c8ca9
Jul 16, 2020
master (base)
and
version 1
latest version
7c1f6508
5 commits,
Jul 16, 2020
version 2
8280dba2
4 commits,
Jul 16, 2020
version 1
713c8ca9
3 commits,
Jul 16, 2020
9 files
+
72
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
+
12
−
0
View file @ 713c8ca9
Edit in single-file editor
Open in Web IDE
<component
name=
"InspectionProjectProfileManager"
>
<profile
version=
"1.0"
>
<option
name=
"myName"
value=
"Project Default"
/>
<inspection_tool
class=
"PyUnresolvedReferencesInspection"
enabled=
"true"
level=
"WARNING"
enabled_by_default=
"true"
>
<option
name=
"ignoredIdentifiers"
>
<list>
<option
value=
"test_mfpt"
/>
</list>
</option>
</inspection_tool>
</profile>
</component>
\ No newline at end of file
Loading